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

Modifiers

Property

Description

 

colorTransform:ColorTransform

A ColorTransform object containing values that universally adjust the colors in the movie clip.

 

concatenatedColorTransform:ColorTransform [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:Matrix [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:Rectangle

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)


Constructor summary

Signature

Description

Transform(mc:MovieClip)

Creates a new Transform object attached to the given MovieClip object.

Method summary

Methods inherited from class Object

addProperty (Object.addProperty method), hasOwnProperty (Object.hasOwnProperty method), isPropertyEnumerable (Object.isPropertyEnumerable method), isPrototypeOf (Object.isPrototypeOf method), registerClass (Object.registerClass method), toString (Object.toString method), unwatch (Object.unwatch method), valueOf (Object.valueOf method), watch (Object.watch method)



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