1k views
Remove all children from a Sprite, MovieClip or DisplayObject
This the easiest way to delete all children from an object in flash:
ActionScript 3
- while(numChildren > 0)
- removeChildAt(0);
Submitted by miguelSantirso about 1 year ago — last modified less than a minute ago