Just some pure flash geekery:
Ok, so removeMovieClip() only works for dynamically created movieclips, but what if you have a bizarre scenario where you want to trash a clip that was created during development?
Easy as pie:
Assuming "myMovie" is what you want deleted:
myMovieClip.swapDepths(_root.getNextHighestDepth());
myMovieClip.removeMovieClip();
Great, just what I needed! :)
ReplyDeleteIt doesn't work, sorry.
ReplyDeleteThank you, worked like a charme!
ReplyDeleteThank you... so simple, and perfect.
ReplyDeleteThank you so much ... this really helped
ReplyDeleteI get it! You're making it faux-dynamically created so that we can remove it without actually dynamically created. At least, I think I get it.
ReplyDeleteWorked either way. Thanks!
This is simply super stuff
ReplyDeleteThank youuu!
ReplyDeleteWas super useful! :DD