Hi there, newbie here…
I’m having problems with drop down menus.
I have created one, using a variety of online tutorials, and the animation works, i.e you hover the mouse over a button, and subsets of buttons pop up. They all work nicely, and change colour on the ‘over’ state. The problem is, I want these new buttons to move to a new scene (well, I want them to do something, because they don’t do anything at the moment!
so I put the standard
on (release) {
gotoAndStop(“Scene 2”, 1);
}
on the buttons…but nothing happens. zilch.
what am Idoing wrong?
if it helps, the tutorial I followed is:
http://www.developertutorials.com/tutorials/flash/flash-dropdown-menu-050413/page1.html
thanks,
Michal