This content has been marked as final.
Show 2 replies
-
1. Re: SOS: Change color of selected menu item button if selected
d0brin May 19, 2010 4:50 AM (in response to decpariem)well google flash menu with sub menus.. and there you may find some menu made and than edit it so you can use it as you wish?
-
2. Re: SOS: Change color of selected menu item button if selected
decpariem May 19, 2010 5:01 AM (in response to d0brin)ok i've tried google a lot! I came to one half of my solution. Now I have this
on(release){
_root.gCurrentCategory=this.ID;
_root.overviewMC.gotoAndPlay("overviewstart");//here is the submenu
gotoAndStop(2);//here is the button with the different color
}
so as you understand if I push one button of the menu everything works fine. If I push another button it turns to the different color so I have two buttons selected.
Is there any if statement that could correct this? Thanks

