document.intersect()

Availability

Flash 8.

Usage

document.intersect()

Parameters

None.

Returns

A Boolean value: true if successful; false otherwise.

Description

Method; creates an intersection drawing object from all selected drawing objects. This method returns false if there are no drawing objects selected, or if any of the selected items are not drawing objects.

Example

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

fl.getDocumentDOM().intersect();