Removing MovieClips in Flash using ActionScript
Before any details, here is the snippet that should remove the MovieClip from stage: In AS2, removeMovieClip(this) would do the job for removing any clip from stage, but AS3 has changed the things and have made them very logical. Logical only if you have spent some time practicing it, otherwise it just does not make…