2011-02-14 64 views

回答

3
for (var i:int = clip.numChildren - 1; i >= 0; i--) { 
    clip.getChildAt(i).visible = false; 
}