Document.transformselection(); Document.ungroup() - 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

Example
The following example traces the selected bitmap, using the specified parameters:
fl.getDocumentDOM().traceBitmap(0, 500, 'normal', 'normal');

document.transformSelection()

Availability
Flash MX 2004.
Usage
document.transformSelection( a
Parameters
A floating point number that specifies the (0,0) element of the transformation matrix.
a
A floating point number that specifies the (0,1) element of the transformation matrix.
b
A floating point number that specifies the (1,0) element of the transformation matrix.
c
A floating point number that specifies the (1,1) element of the transformation matrix.
d
Returns
Nothing.
Description
Method; performs a general transformation on the current selection by applying the matrix
specified in the arguments. For more information, see the
Example
The following example stretches the selection by a factor of 2 in the x direction:
fl.getDocumentDOM().transformSelection(2.0, 0.0, 0.0, 1.0);

document.unGroup()

Availability
Flash MX 2004.
Usage
document.unGroup()
Parameters
None.
Returns
Nothing.
Description
Method; ungroups the current selection. See
132
Chapter 3: Objects
,
,
,
b
c
d)
element.matrix
document.group()
property.
.

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?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash mx 2004 - actionscript

Table of Contents