0
votes

How do you remove a MovieClip from the main timeline in flash cs6? After the MovieClip plays, it just continues to loop for the duration of the Main Timeline. How can I end a MovieClip and also remove it from the Main Timeline once it is done playing?

1

1 Answers

0
votes

To remove a display object from your Main Timeline, you have to use removeChild method:

removeChild(myMovieClip);