Extending Flash |
|
|
|
| Objects > Document object > document.union() | |||
Flash 8.
document.union()
None.
A Boolean value: true if successful; false otherwise.
Method; combines all selected shapes into a drawing object.
The following example combines all selected shapes into a drawing object:
fl.getDocumentDOM().union();
document.crop(), document.deleteEnvelope(), document.intersect(), document.punch(), shape.isDrawingObject
|
|
|
|