var tot:Number = this.numChildrenfor(var i:Number = 0; i<tot; i++){ if(this.getChildAt(i) is MovieClip) MovieClip(this.getChildAt(i)).stop()}