Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 451 Bytes

File metadata and controls

22 lines (12 loc) · 451 Bytes

symbolInstance.visible

Availability

Flash CS5.5 Professional.

Usage

symbolInstance.visible

Description

Property; a boolean value that sets the Visible property of an object to on (true) or off (false).

Example

The following example sets the visibility of the first item in the first frame of the first layer to false:

fl.getDocumentDOM().getTimeline().layers[0].frames[0].elements[0].visible = false;