
168
EXTENDING FLASH PROFESSIONAL
Document object
Last updated 5/2/2011
fl.getDocumentDOM().unGroup();
See also
document.group()
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.
Komentáře k této Příručce