187 visitas
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)
- removeChildrenAt(0);
Enviado por miguelSantirso hace 3 months — modificado por última vez hace less than a minute