How can i remove all children like in AS3?

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 :slight_smile:
Any suggestions?

George:pope: