Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 784 Bytes

File metadata and controls

33 lines (18 loc) · 784 Bytes

document.intersect()

Availability

Flash 8.

Usage

document.intersect()

Parameters

None.

Returns

None.

Description

Method; creates an intersection drawing object from all selected drawing objects. If no objects are selected, calling this method results in an error and the script breaks at that point.

Example

The following example creates an intersection drawing object from all selected drawing objects:

fl.getDocumentDOM().intersect();

See also

document.crop(), document.deleteEnvelope(), document.punch(), document.union(), shape.isDrawingObject