Hi,
From your description, the path would be ....
_root.menumain.menuball.gotoAndPlay(12);
Something else you can try is removing the button object code and using frame code. Give your button an instance name and on the first frame of the movie, use something like.....
Code:
_root.movieClipName.buttonName.onRelease=function(){
_root.menumain.menuball.gotoAndPlay("frameLabel");
}
Using frame labels to target makes navigation a bit easier to understand.
hope it helps
NTD
A mind once stretched by a new idea never regains its original dimensions.
- Oliver Wendell Holmes
Bookmarks