Flash CS3 Documentation |
|||
| ActionScript 2.0 Language Reference > ActionScript classes > Transform (flash.geom.Transform) | |||
Object
|
+-flash.geom.Transform
public class Transform
extends Object
The Transform class collects data about color transformations and coordinate manipulations that are applied to a MovieClip object.
A Transform object is normally obtained by getting the value of the transform property from a MovieClip object.
Availability: ActionScript 1.0; Flash Player 8
transform (MovieClip.transform property), ColorTransform (flash.geom.ColorTransform), Matrix (flash.geom.Matrix)
|
Modifiers |
Property |
Description |
|---|---|---|
|
|
A ColorTransform object containing values that universally adjust the colors in the movie clip. |
|
|
|
concatenatedColorTransform |
A ColorTransform object representing the combined color transformations applied to this object and all of its parent objects, back to the root level. |
|
|
concatenatedMatrix |
A Matrix object representing the combined transformation matrixes of this object and all of its parent objects, back to the root level. |
|
|
A transformation Matrix object containing values that affect the scaling, rotation, and translation of the movie clip. |
|
|
|
A Rectangle object that defines the bounding rectangle of the MovieClip object on the Stage. |
Properties inherited from class Object constructor (Object.constructor property), __proto__ (Object.__proto__ property), prototype (Object.prototype property), __resolve (Object.__resolve property)
|
Signature |
Description |
|---|---|
|
Creates a new Transform object attached to the given MovieClip object. |
Methods inherited from class Object
Flash CS3
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flash/9.0/main/00002296.html