Hello!
I’ve created a movie clip as well as 2 buttons.
Button 1 btnMinimize sets the movie clip to ._visible = false
Button 2 btnMaximize sets the movie clip to ._visible = true
Button 1 works perfeclty, however button 2 does nothing. I’ve run into this probelm with other projects as well, once you set an objust to ._visible = false, you can’t re-set it to ._visible = true again. Why not?
Your help is greatly appreciated!