Example
The following example gets the transformation point for the current selection. The
property gives the x coordinate of the transformation point. The
transPoint.x
property gives the y coordinate of the transformation point:
transPoint.y
var transPoint = fl.getDocumentDOM().getTransformationPoint();
See also
document.setTransformationPoint()
document.group()
Availability
Flash MX 2004.
Usage
document.group()
Parameters
None.
Returns
Nothing.
Description
Method; converts the current selection to a group.
Example
The following example converts the objects in the current selection to a group:
fl.getDocumentDOM().group();
See also
document.unGroup()
document.height
Availability
Flash MX 2004.
Usage
document.height
Document object
119
Need help?
Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?
Questions and answers