I have created some multi-level Flash dropdown menus. I have
made hot spots wherever the buttons are not that call an onRollOver
event, making the menus disappear back up. The problem is when you
move your mouse quickly over and off the button. It calls the drop
down level, but it sticks because the mouse did not have a chance
to hit the hotspots to close the menu.
Is there any way to call a close of the dropdown level that
is stuck with some actionscript?
Maybe something along the lines of ''if mouse is not in any of
the on(rollOver) or on(rollOut) hot spots, then gotoandplay a
certain frame?
You can see example here...
http://baysidesolutions.com/our_process.html
Thank you!drop down menu does not disappear
you need a loop to repeatedly check the mouse position or
hitTest() with your dropdown. you should trash the buttons that
work as hotspot detectors because it's a flawed solution.drop down menu does not disappear
Thanks kglad.
I have limited knowledge of actionscript. Do you know where I
could learn how to write this code?
Thanks a lot for your help.
:
Subscribe to:
Post Comments
(Atom)
No comments:
Post a Comment