Hi all,
is there a way to remove all children mcs from a movie clip in a way similar to
if (mc.numChildren) mc.removeChildAt(0);
(which is AS3 by the way) but for AS2?
I need to “empty” a container movie clip from movie clips duplicated in it through attachMovie, so i can load other stuff AFTER its emptied
Any suggestions?
George:pope: