Im using a tilebased method, and in it I create movieclips using the new keyword paired with addChild. I want to free all memory used with the movieClips when it is time to delete them, including deleting it off the stage, of course.
Do I use delete, removeMovieClip(), set it to something (null for example), something else, or a combination of some of them?
Thanks. :)
