Groups | Blog | Home
all groups > flash (macromedia) > october 2003 >

flash (macromedia) : Movie Clip not playing?


jf138
10/20/2003 11:05:47 PM
Flash MX (6) - I create a new Scene (2nd in the movie), create a new movie clip, drag the clip onto the stage in a keyframe.

If i go to Test Scene, it plays as it should.

BUT if I test the whole movie, the movie clip doesn't play! I know it goes to the scene (I use a trace() actionscript line).. Anything I should check on as to why this might be? It just hits the scene and then continues on to the next scene.

Thanks!
Jason

Peter Blumenthal
10/21/2003 11:06:14 AM
you'll need a stop(); action on _root timeline on the frame you have the mc
on, else it will just go to next frame/scene. On the last frame of your mc
you should have _root.play();

hth


}`¬P

jf138
10/21/2003 8:33:04 PM
you'll need a stop(); action on _root timeline on the frame you have the mc
on, else it will just go to next frame/scene. On the last frame of your mc
you should have _root.play();




Perfect. Thanks!! That's been troubling me for a week now!
JF


AddThis Social Bookmark Button