brutteforcce
Technical User
I made a menu that has a button called menu... When you roll over the mouse on the button menu the menu oppens, when you roll out the mouse the menu closes... If you press a button the menu must move in another position and stay there... The moving of the menu it has nothing to do with the menu, it is just an animation and after the menu is copyed... The button that was pressed before the menu moved must remain pressed...
My menu is organized in more movie clips on different frames on the main movie clip: closed menu, opening menu, moving menu and I must make more...
When the menu is open, if I click a button it must move like it is after I release it, so I made in the move_menu movie clip 2 buttons for each of the button... The first frame of them is blank and from the second it must play for the button that was released...
For example, if I release buton1 it must:
sa_1.gotoAndPlay("selectie_albastru");
select_1.gotoAndPlay("selectie_buton");
For button 2:
sa_2.gotoAndPlay("selectie_albastru");
select_2.gotoAndPlay("selectie_buton");
How can I make this actions from the open state of the menu? The open state it is in a movie clip in frame 10 of the main movie clip and the moving state is at frame 30 of the main movie clip in another movie clip, if it matters...
It don't care if this actions can be made in another way, using the i variable for veryfing the what button was released or any other way...
I hope you understan the idea and you can help me...
Thanks!
My menu is organized in more movie clips on different frames on the main movie clip: closed menu, opening menu, moving menu and I must make more...
When the menu is open, if I click a button it must move like it is after I release it, so I made in the move_menu movie clip 2 buttons for each of the button... The first frame of them is blank and from the second it must play for the button that was released...
For example, if I release buton1 it must:
sa_1.gotoAndPlay("selectie_albastru");
select_1.gotoAndPlay("selectie_buton");
For button 2:
sa_2.gotoAndPlay("selectie_albastru");
select_2.gotoAndPlay("selectie_buton");
How can I make this actions from the open state of the menu? The open state it is in a movie clip in frame 10 of the main movie clip and the moving state is at frame 30 of the main movie clip in another movie clip, if it matters...
It don't care if this actions can be made in another way, using the i variable for veryfing the what button was released or any other way...
I hope you understan the idea and you can help me...
Thanks!