Copy link to clipboard
Copied
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?
Just use...
molup._visible = false;
it goes in the timeline, and you have to assign the instance name "mol_up" to the object via the Properties panel
Copy link to clipboard
Copied
Just use...
molup._visible = false;
it goes in the timeline, and you have to assign the instance name "mol_up" to the object via the Properties panel
Find more inspiration, events, and resources on the new Adobe Community
Explore Now