User Guide

Transform (flash.geom.Transform) 1265
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
See also
transform (MovieClip.transform property), ColorTransform
(flash.geom.ColorTransform)
, Matrix (flash.geom.Matrix)
Property summary
Properties inherited from class Object
Modifiers Property Description
colorTransform:Color
Transform
A ColorTransform object containing values that
universally adjust the colors in the movie clip.
concatenatedColorTra
nsform:ColorTransfor
m
[read-only]
A ColorTransform object representing the combined
color transformations applied to this object and all of
its parent objects, back to the root level.
concatenatedMatrix:M
atrix
[read-only]
A Matrix object representing the combined
transformation matrixes of this object and all of its
parent objects, back to the root level.
matrix:Matrix A transformation Matrix object containing values that
affect the scaling, rotation, and translation of the
movie clip.
pixelBounds:Rectangl
e
A Rectangle object that defines the bounding
rectangle of the MovieClip object on the Stage.
constructor (Object.constructor property), __proto__ (Object.__proto__
property), prototype (Object.prototype property), __resolve
(Object.__resolve property)