Extending Flash |
|
|
|
| Objects > Document object > document.intersect() | |||
Flash 8.
document.intersect();
None.
A Boolean value: true if successful; false otherwise.
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.
The following example creates an intersection drawing object from all selected drawing objects:
fl.getDocumentDOM().intersect();
document.crop(), document.deleteEnvelope(), document.punch(), document.union(), shape.isDrawingObject
|
|
|
|