Hi, I am working on a dropdownmenu,
when the mouse passes over the button a dropdownmenu
appears/goes down, the problem is that when i want to click
the links on the dropdownmenu the menu goes back up.
how can i make it so that the menu stays down.
this is the code i have assigned to the button:
on (rollOver) {
gotoAndPlay(4);
}
on (rollOut) {
gotoAndPlay(17);
}