Is it better to Unload
a MovieClip before Removing
it off the Stage, in order for its contents to get cleared from RAM and therefore free up RAM better?
Adobe Flash AS2 Documentation:
removeMovieClip()
- Removes a movie clip instance.unloadMovie()
- Removes the contents of a movie clip instance.