User Guide

764 ActionScript classes
Availability: ActionScript 1.0; Flash Player 8
See also
transform (MovieClip.transform property), Transform (flash.geom.Transform),
draw (BitmapData.draw method), a (Matrix.a property), b (Matrix.b property), c
(Matrix.c property)
, d (Matrix.d property), tx (Matrix.tx property), ty
(Matrix.ty property)
, translate (Matrix.translate method), scale
(Matrix.scale method)
, rotate (Matrix.rotate method)
Property summary
Properties inherited from class Object
Modifiers Property Description
a:Number The value in the first row and first column of the Matrix
object, which affects the positioning of pixels along
the x axis when scaling or rotating an image.
b:Number The value in the first row and second column of the
Matrix object, which affects the positioning of pixels
along the y axis when rotating or skewing an image.
c:Number The value in the second row and first column of the
Matrix object, which affects the positioning of pixels
along the x axis when rotating or skewing an image.
d:Number The value in the second row and second column of the
Matrix object, which affects the positioning of pixels
along the y axis when scaling or rotating an image.
tx:Number The distance by which to translate each point along
the x axis.
ty:Number The distance by which to translate each point along
the y axis.
constructor (Object.constructor property), __proto__ (Object.__proto__
property), prototype (Object.prototype property), __resolve
(Object.__resolve property)