Hi,
I’m making a menu in flash and I have a problem.
Here is the menu
I want the links to stay when I rollOut but not rollOver to a new button. And I want the links to fade when I rollOut and rollOver to a new button.
Here is the code for the Home button;
on (rollOver) {
_root.arrow.finalX=58;
_root.LinksHome.gotoAndPlay(“MenuOn”);
}
on (rollOut) {
_root.LinksHome.gotoAndPlay(“MenuOff”);
}
Thanks for any help