1k 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)
- removeChildAt(0);
Enviado por miguelSantirso hace about 1 year — modificado por última vez hace less than a minute