The command "_visible=false;" does not work.(AS2)
I have written this command for a movie clip (mol_up) :
onLoad = function(){
mol_up._visible=false;
}
But it is still showing, when I press ctrl+ENTER to view my movie.
And I want that this movie clip(mol_up) only shows when a certain button is pressed.
What would be the solution for this problem?