PDA

View Full Version : menu button help!!!


maowang
04-17-2002, 08:19 PM
Hi guys,
I've created a menu button, so when mouse over it, it will jump to the mc which contains sub-menu in it. I've also created an invisable button (indicated as red box for now, see attachment) so when user move outside the submenu or move over the invisible button, it will go back. The problem is when the button is not selected, and user move over the red box, it will jump to the mc. I know I am probably not making any sense. please take a look at my fla, you will know what i am talking about.
thanks alot

JHallam
04-17-2002, 11:13 PM
Okay first of all, lets talk.

Why did you intend to use the Invisible button?

Explain that then I will give you a better concept of the menu :D

maowang
04-18-2002, 12:58 AM
Originally posted by GRaPHiX_FReaK
Okay first of all, lets talk.

Why did you intend to use the Invisible button?

Explain that then I will give you a better concept of the menu :D

The reason I used the invisible button is if the user mouse over the "about"button, then the "i2" button jumps out via a seperate MC. Then if the user move our the "i2" button, then it jumps back to the "about" button via another seperate MC. Lets say if a user over the "about" but never move out the "i2"button, then "i2" will stays there. Thats why I need an invisiable button. I hope this is make sence to you
thanks

pinkaboo
04-18-2002, 09:12 AM
Hi,
I'm not totally with you, but I did notice that you have a stop action on your mov2 layer frame 16 which is stopping your menu completely resetting and leaving your red button on the stage when the i2 button has collapsed. The action on the red button is gotoAndPaly frame 11, so you never see the first 10 frames of your movie again.
Remove the stop button and when frame 16 is hit the timeline will then loop back to frame 1 and the menu will return to its initial state.

K