Document.skewselection(); Document.smoothselection() - MACROMEDIA FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY Manual

Flash javascript dictionary
Hide thumbs Also See for FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY:
Table of Contents

Advertisement

The following example sets the
accessible:
fl.getDocumentDOM().silent = false;

document.skewSelection()

Availability
Flash MX 2004.
Usage
document.skewSelection( xSkew, ySkew [, whichEdge] )
Parameters
A floating point number that specifies the amount of
xSkew
degrees.
A floating point number that specifies the amount of
ySkew
degrees.
A string that specifies the edge where the transformation occurs; if omitted, skew
whichEdge
occurs at the transformation point. Valid values are:
, and
center"
"left center"
Returns
Nothing.
Description
Method; skews the selection by a specified amount. The effect is the same as using the Free
Transform tool to skew the object.
Example
The following examples skew the selected object by 2.0 vertically and 1.5 horizontally. The
second example transforms the object at the top center edge:
flash.getDocumentDOM().skewSelection(2.0, 1.5);
flash.getDocumentDOM().skewSelection(2.0, 1.5, "top center");

document.smoothSelection()

Availability
Flash MX 2004.
Usage
document.smoothSelection()
Parameters
None.
property to
silent
false
"top center"
. This parameter is optional.
, indicating that the document is
by which to skew, measured in
x
by which to skew, measured in
y
,
"right center"
Document object
,
"bottom
127

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY and is the answer not in the manual?

This manual is also suitable for:

Flash mx 2004 - actionscript

Table of Contents