Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 732 Bytes

File metadata and controls

33 lines (18 loc) · 732 Bytes

document.union()

Availability

Flash 8.

Usage

document.union()

Parameters

None.

Returns

None.

Description

Method; combines all selected shapes into a drawing object. If no objects are selected, calling this method results in an error and the script breaks at that point.

Example

The following example combines all selected shapes into a drawing object:

fl.getDocumentDOM().union();

See also

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