all groups > flash actionscript > february 2004 >
You're in the

flash actionscript

group:

Delay/Skip Rollover


Delay/Skip Rollover roninDLC
2/17/2004 10:22:49 PM
flash actionscript:
I have a menu bar, with a delayed rollover action. That keeps the user from
activating another button by cutting corners. There is one problem with the
code. If the user goes from button 1 across button 2 to button 3, button 2
fires even though it does not have the mouse over it.

Is there a way to keep the button from firing the onRollover event if the
mouse stays over it less than 2 seconds

Thanks
Re: Delay/Skip Rollover stwingy
2/17/2004 10:40:56 PM
Re: Delay/Skip Rollover roninDLC
2/17/2004 10:45:09 PM
Re: Delay/Skip Rollover stwingy
2/17/2004 10:53:10 PM
home_btn.onRollOut = function() {
//not sure you should have _global stuck in front everytime
clearInterval(btn_delay);
Re: Delay/Skip Rollover roninDLC
2/17/2004 11:12:10 PM
AddThis Social Bookmark Button