spotted the lowercase A in your code. It should be:
on (release) {
_root.menubar.gotoAndPlay(
_root.gotoAndPlay(56);
}
Main Topics
Browse All TopicsI 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(
}
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
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
www.designplaninc.com/desi
I think the problems lie with how you have created the entire movie and unfortunately I can't make sense of what is going on.
Going back to your initial question, the code I supplied does do what you ask, it's just that you have other commands being played all over the timeline so it's extremely difficult to pinpoint the reason why the timeline isn't doing what you want it to.
My suggestion would be that you make a copy of your file, then work on the copy, remove the menu bar altogether, then slowly build it back up, working with simple buttons. Only when you have it working as you want should you look into animating it.
Sorry I can't help any more.
Mark
Business Accounts
Answer for Membership
by: crooksy88Posted on 2008-06-19 at 07:23:54ID: 21822388
on (release) { 15);
_root.menubar.gotoAndPlay(
_root.gotoandPlay(56);
}