http://filebox.vt.edu/users/gyanez/flash_test/source/main_menu.fla
http://filebox.vt.edu/users/gyanez/flash_test/main_menu.swf
I am creating the navigation bar for my first Flash site. This is what I want to have happen:
When user first enters site the “home” button is already highlighted and disabled since this is the first page user sees. When the user rolls over another menu item that item gets highlighted while previous button choice remains highlighted too…BUT when user clicks the new menu chocie the previous highlighted menu choice should revert back to its other state since the user is now on a new part of the site.
I cant seem to get this done with what I currently have…looks like buttons dont have hierarchy so I cant tell it to do something like: HB.HB_up_mc.gotoAndPlay(2);
Any help would be appreciated.