What is the equivalent to removeMovieClip() in AS3?
removeMovieClip()
Apparently many have the same question: StackOverflow:
I use, in an extra blank keyframe at the end of the MovieClip which should remove itself:
stop(); MovieClip(parent).removeChild(this);
Found it to be the proper and best solution.