Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
roninDLC #1
Delay/Skip Rollover
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
roninDLC Guest
-
Rollover image with time delay feature?
Hi; I have an online gallery site displaying works by several different artists; the arist names are listed in a left-hand navigation pane, and I... -
Skip record set results
Hi, just wondering if anyone knows a simple way to filter out the 1st 5 records in a record set. I'm trying to get a page to display the 1st 5... -
Skip to chapter...
Being a great one for learning things from the middle on out, I would like to make a button in Flash MX for my plain-HTML website. I'm familiar... -
Rollover and making another rollover with links
Hi, This website is nicely designed and the rollover menu design is simple, but clear and effective. http://earthtrends.wri.org/ Does... -
Rollover "delay" with button!!!
I have made a simple button and upload it on the server, and when viewed in browser it has a slight "delay" when it is rollovered. Can it be... -
-
-
stwingy #4
Re: Delay/Skip Rollover
home_btn.onRollOut = function() {
//not sure you should have _global stuck in front everytime
clearInterval(btn_delay);
};
stwingy Guest
-



Reply With Quote

