for(var i:int=0; i<numChildren; i++){ var mc:MovieClip = (getChildAt(i) as MovieClip); if(mc) mc.stop(); }