10/19

2009

A clean and simple way to remove all children in a MovieClip, Sprite, DisplayObject Container (AS3).

while(container.numChildren){
container.removeChildAt(0);
}

Tags: , , , , , , ,

No Comment.

Add Your Comment