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, __proto__, prototype, __resolve


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, hasOwnProperty, isPropertyEnumerable, isPrototypeOf, registerClass, toString, unwatch, valueOf, watch



Version 8

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/flash/8/main/00002835.html