Enter_frame gets dispatched all the time.  There's no way to immediately
know if the mouse is "stopped".  The user could move the mouse at the very
moment you check.  You pretty much have to wait for some amount of time to
see if there is another mouseMove or not.   The SystemManager dispatches
an "idle" event when there is no input for 1 second.  Is that what you
want? 
http://help.adobe.com/en_US/FlashPlatform//reference/actionscript/3/mx/mana
gers/SystemManager.html#event:idle

On 12/24/13 7:03 AM, "oscaroxy" <[email protected]> wrote:

>Do exist a event/method in order to understand when mouse stop?
>I use move mouse event and I would run a method after move mouse event and
>when the mouse's stopped!
>I tried by enter_frame, but the method run more that one time...
>thanks
>
>
>
>--
>View this message in context:
>http://apache-flex-users.2333346.n4.nabble.com/Understand-when-mouse-stop-
>tp4283.html
>Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to