toughGirl
MIS
- Mar 26, 2001
- 68
so far, I have 2 scenes
at the end of the first scene, a button activates the second scene. I'm trying to play a movie clip in the first frame of the 2nd (or main) scene. After the movie clip plays, I want it to play from frame 2 on the main scene. The problem is, when I play the movie, the movie clip is looping. I thought I read somewhere that it is difficult to stop a movieclip from looping, but didnt say how!
I have placed a stop() on frame 1 of main and have placed my movieclip on the same frame. In the movieclip, I have a stop ()
gotoandplay "_root/main",2
(or something to that effect) placed on the last frame in an 'actions' layer.
but it just loops and never plays the frame 2 - main. Any suggestions?
You guys are the best
tG
at the end of the first scene, a button activates the second scene. I'm trying to play a movie clip in the first frame of the 2nd (or main) scene. After the movie clip plays, I want it to play from frame 2 on the main scene. The problem is, when I play the movie, the movie clip is looping. I thought I read somewhere that it is difficult to stop a movieclip from looping, but didnt say how!
I have placed a stop() on frame 1 of main and have placed my movieclip on the same frame. In the movieclip, I have a stop ()
gotoandplay "_root/main",2
(or something to that effect) placed on the last frame in an 'actions' layer.
but it just loops and never plays the frame 2 - main. Any suggestions?
You guys are the best
tG