Hey all,
I’m new to this whole flash thing… Only been in it for a couple weeks, so this might seem like a pretty basic question… but it’s got me stumped! Here’s what I’m trying to do:
-
I have a rectangular button on my main stage at the very top.
-
When the user rolls over the button, it tween animates (approx 5-6 frames) downward to reveal two more rectangular buttons that came from off the stage. (essentially, it’s a scrolling menu)
-
There are now 3 rectangular buttons on the main stage and they are all butted up next to eachother.
What I want to do: I want to detect if the mouse pointer is on ANY of the 3 buttons. If the mouse pointer is on any of the 3 buttons, I want the menu to remain down. If the mouse pointer leaves all the buttons (EG. rolls out over the background, leaving the “menu” completely) I want the menu to roll back up.
I have it all working except for the rollling up part. That’s what has me stumped.
Any help would be greatly appreciated.
.k
PS. Sorry if it’s a poor explanation. I found it kind of hard to explain this issue. Let me know if I can do anything to further clarify what I’m trying to do.