I am trying simplify my code and save space in my actions panel. At the start of a new frame I have several movieclips hidden (._visible=false) till I call for them to become visible later.
This is the frame's AS I would like to condense:
MC1._visible=false;
MC2._visible=false;
MC3._visible=false;
...etc.
I have about 30 MC# movieclips. Can someone show how to shorten the code so all 30 mcs are hidden you enter the frame? An array perhaps?
Thank you.
North America
Europe, Middle East and Africa
Asia Pacific