Document object
173
document.union()
Availability
Flash 8.
Usage
document.union()
Parameters
None.
Returns
A Boolean value:
true
if successful;
false
otherwise.
Description
Method; combines all selected shapes into a drawing object.
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
document.unlockAllElements()
Availability
Flash MX 2004.
Usage
document.unlockAllElements()
Parameters
None.
Returns
Nothing.
Содержание FLASH 8-EXTENDING FLASH
Страница 1: ...Extending Flash...
Страница 38: ...38 Top Level Functions and Methods...
Страница 532: ...532 Objects...
Страница 554: ...554 C Level Extensibility...