3 Replies Latest reply: Jan 4, 2012 8:40 PM by kglad RSS

    hide all movieclips and reveal only those you need

    cactus8599 Community Member

      Hi,

       

      Is there a way to hide all unwanted movieclips and reveal only those you need?

       

      From my understanding, if i do not want a particular movieclip on the stage, i will use

      scene1.visible = false;

       

      but it becomes very complicated when i have different scenes appears at one time, so i need to

      scene1.visible = false;

      jungleScene.viisble = false;

      zooScene.visible = false;

      gardenScene.visible = true;

       

      Is there something like a hideall scenes and reveal only those i need?