Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 486 Bytes

File metadata and controls

21 lines (12 loc) · 486 Bytes

layer.outline

Availability

Flash MX 2004.

Usage

layer.outline

Description

Property; a Boolean value that specifies the status of outlines for all objects in the layer. If set to true, all objects in the layer appear only with outlines. If false, objects appear as they were created.

Example

The following example makes all objects on the first layer appear only with outlines:

fl.getDocumentDOM().getTimeline().layers[0].outline = true;