I am trying to create a very simple dropdown menu, similar to the tutorial here:
http://www.kirupa.com/developer/mx/dropdownmenu.htm
But I have what I think is a simple question:
The dropdown menu is a movie clip composed of a series of buttons. Of course, when I click on a button I want an action to occcur (jump to a new frame). I know I can’t just use “on(release) gotoandPlay();” beacuse the button with that action attached is located in the menu movie clip. I want the playhead to jump to a frame in the same scene as the menu movie (one level up, for lack of a better term)
How do I do this?