how do I make movie clips invisible on load?
I had this going before but I forget now, and I'm up real late and its really pissing me off.
Lets say I have a box and I dont want it to be seen when the movie starts. I name its symbol box and its instance name box1
I have frame actions box up and I double click "evaluate" and then choose box1 from the target browse function.
immediately after _root.box1 I insert _visible=false;
so it says
_root.stick_visible=false;
But when I preview my movie it isn't working. HELP!!! Its eating my up.
|