for (var i:int=0; i<planta.numChildren; i++) { var flor:MovieClip=planta.getChildAt(i) as MovieClip flor.visible=true; }