I am trying to get a button inside a movie to start another movie and then also goto a certain frame on the _root movie. I am not having any luck getting this to work. I am working on the website
www.designplaninc.com I have setup the menu buttons so that when you move your mouse into a certain area that the menu box expands and when you move out the menu box collapses. But the problem is that when you scroll out of the area to fast it doesn't catch it. So I wanted to add code to a button that minimized the menu box when it also goes to the frame that you have selected. Here is the code I am using
on (release) {
_root.menubar.gotoAndPlay(
15);
}
on (release) {
_root.gotoandPlay(56);
}
It doesn't see to do anything with the first item and scips down to the _root.gotoandPlay (56)
Any help would be appreciated..
THANKS
Start Free Trial