0
votes

I added a movie clip at certain frame but i found a problem that after test the scene,it cannot proceed to the next frame after the movie clip ends. How to do with the actionscript besides putting stop() and gotoAndPlay (FRAME NUMBER) to the movie clip?

1
i mean what to add on to the AS3 so that the scene can proceed to the next frame after the movie clip ends...really need your guys comment...thanks....user2196021
will need more info than this.... you are using a timeline? where it cannot proceed? to the next frame of the stage? please, explain better, more info, more chances you'll get the answer right...GeorgeCross
yup..i put the movie clip in the timeline. it cannot proceed to hte next frame in the timeline when i click on "test scene", it will just play until the end of the movie clip,it stops...and cannot continue the next frame.user2196021

1 Answers

1
votes

You can put a stop on the main timeline so it plays your movieclip all the way, then at the end of that movieclip tell it go to the next frame.

parent.nextFrame();