ohhhhkay.
i basically put a game inside of a nav bar. i got it all working with the score, and the movie clips coming back. but now i want to add levels.
i used the tut for random motion for the targets, whi ch means the movie clips have enterFrames on them. i dont know id that wpuld do anything.
so i have this on the “first level” of the game
if (_root.score == 100) {
gotoAndPlay("level2");
}
but it doesnt go to the “level2” frame.
you can download the .fla here
www.dinkumrocks.com/nav2.fla
(right click and save target as)
-Thanks, Naaman