Sufficient to free memory?

Hi,

I have a question regarding properly freeing memory in regards to two different things.

First, a display group created by display.newGroup(). To completely free it from memory, do you need to remove all of display objects you inserted individually, or is just removing the group from the stage and setting it to nil sufficient?

Similarly, what’s the proper way to do if for movieclips? For an object created with movieclip.newAnim, is removing it from the stage and setting it to nil enough? Will each of the images that the movieclip class loaded be properly destroyed automatically?

Thanks in advance,
~David [import]uid: 6678 topic_id: 1167 reply_id: 301167[/import]