mouseX mouseY update Issue
mouseX and mouseY is not propery update based on the mouse postion. If I am moving the mouse slowinside the flash its working fine. When mouse moves on average speed out to stage it's value are not proper.
http://www.ilike2flash.com/2009/08/find-mouse-position-in-actionscript-3.html
Look at the above link , Consider I am moving mouse out of stage with average speed it didn't show the end move of mouseX,mouseY. It remain some old value.
The above link stage has width of 400px. When I out from the stage it shows 327 or 349,etc... ofcource mouse cross the 400th px and coming out of stage. But mouseX keeps remain with some other older value.
The above link has "MouseEvent.MOUSE_MOVE" event. I tried with ENTER_FRAME event. Still the same issue is there...
How to solve this issue?
