The _visible property is used to set visibility of a button/movie clip. The property uses boolean values. If the _visible property set to true (or 1), the button/movie clip is completely visible and if the property set to false (or 0), the button/movie clip is invisible. The invisible button cannot be clicked.
The syntax of using the _visible property is as follows:
In the above syntax, myClip is an instance of a movie clip on the timeline.
The value is a Boolean value. If it is true, the movie clip will be visible and if it is false, the movie clip will be invisible. The value can also be 1 (for true) or 0 (for false).
Click here to download ace-flash test study guide and practice question. Become Adobe Macromedia Flash Professional certified.