Easy question
Hi all,
I'm really terrible with AS2 and I need some help. Here's what I have:
I have two key frames frame one and two.
On the first keyframe I made a small movie.
Once the movie finishes it repeats but I want to go to the next movie which is on the second frame of the main time line.
I tried this:
gotoAndPlay("Scene 1", 2);
but it just goes to the second frame of the first movie and plays.
Thanks all