Skip to main content
April 9, 2013
Answered

remove movieclip from stage

  • April 9, 2013
  • 1 reply
  • 391 views

i have movie clip on stage which contains 10 frames.

i need scrip on last frame to remove the movie clip from stage.

any idea?

This topic has been closed for replies.
Correct answer kglad

this.parent.removeChild(this);

1 reply

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
April 9, 2013

this.parent.removeChild(this);