document.smoothSelection()
Availability
Flash MX 2004.
Usage
document.smoothSelection()
Parameters
None.
Returns
Nothing.
Description
Method; smooths the curve of each selected fill outline or curved line. This method performs
the same action as the Smooth button in the Tools panel.
Example
The following example smooths the curve of the current selection:
fl.getDocumentDOM().smoothSelection();
document.space()
Availability
Flash MX 2004.
Usage
document.space( direction [, bUseDocumentBounds] )
Parameters
A string that specifies the direction in which to space the objects in the
direction
selection. Acceptable values are
or
"horizontal"
"vertical".
A Boolean value that, when set to
spaces the objects to the
bUseDocumentBounds
true,
document bounds. Otherwise, the method uses the bounds of the selected objects. The
default is
. This parameter is optional.
false
Returns
Nothing.
166
Objects
Need help?
Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?