Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 471 Bytes

File metadata and controls

22 lines (13 loc) · 471 Bytes

compiledClipInstance.visible

Availability

Adobe Animate.

Usage

compiledClipInstance.visible

Description

Property; a boolean that sets visibility. Equivalent to the visible checkbox in the Display section of the Property Inspector for symbols.

Example

The following example illustrates use of this property:

// change visible to false on currently selected symbol instance
fl.getDocumentDOM().selection[0].visible = false;