Hi,
gotoAndPlay("Scene 1", 107); <----only works from the main timeline
I suspect this to be the universal problem of using the global gotoAndPlay method inside of a movieclip. It simply wont work. What you need is the movieclip method of gotoAndPlay. It differs from the global method in that it only accepts one arguement..... frame number or frame label. When working with navigation in Flash, I suggest using frame labels. Label each frame you want to direct the playhead to and use....
gotoAndPlay("frameLabel");
Of course, replace "frameLabel" with your actual frame label.
Hope it helps
NTD
A mind once stretched by a new idea never regains its original dimensions.
- Oliver Wendell Holmes
Bookmarks