Hi there.
I was working on a little project in Flash 8, but I’ve got a problem:
I created a password system inside a movie clip and it works great, the thing is that when I add the “gotoAndPlay” action, it goes to the frame I specified but inside the movie clip, not outside it, like it would do.
This is the line of script I wrote:
gotoAndPlay(“Home”, 1);
Now, it goes to frame 1 inside the movie clip, it doesn’t go to the frame of that scene… Do you know how can I fix this?
Thx!