Hi,
I encountered this really weird situation, I have this bar and I addEventListener to it, so when the bar's clicked, trace localX
private function _barClicked($e:MouseEvent):void {
trace($e.localX)
}
The weird thing is that, when clicking at the same spot, sometimes it jump to a wrong number which I can't figure out why, I traced the width of the bar, and it's the right value, the localX is just giving me random numbers. Has anyone ever ran into this problem? Thanks!