Document.resettransformation(); Document.revert() - 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 moves the second scene to before the first scene:
fl.getDocumentDOM().reorderScene(1, 0);

document.resetTransformation()

Availability
Flash MX 2004.
Usage
document.resetTransformation()
Parameters
None.
Returns
Nothing.
Description
Method; resets the transformation matrix. This method is equivalent to selecting Modify >
Transform > Remove transform.
Example
The following example resets the transformation matrix for the current selection:
fl.getDocumentDOM().resetTransformation();

document.revert()

Availability
Flash MX 2004.
Usage
document.revert()
Parameters
None.
Returns
Nothing.
Description
Method; reverts the specified document to its previously saved version. This method is equivalent
to selecting File > Revert. See
108
Chapter 3: Objects
document.canRevert()
and
fl.revertDocument()
.

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