Is it possible in actionscript to detect if a mouse is over an mc for a specific period of time?
I have a grid of clips (4 x 4), and using a rollOver and rollOut function I am calling them to run certain functions that use the Tween class to appear that they move back and forth on the screen.
Anyway, if you move quickly over on square onto the next, the animation appears jumpy because it starts running said blocks “grow” animation and then quickly jumps to its “shrink” animation.
What I would like to do is have a sort of timer for the mouse, so that only if the user has the mouse over for a second or two the animation will start.