Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.05 KB

File metadata and controls

22 lines (15 loc) · 1.05 KB

Matrix summary

Availability

Flash MX 2004.

Description

The Matrix object represents a transformation matrix.

Property summary

The following properties are available for the Matrix object:

Property Description
Matrix.a A floating-point value that specifies the (0,0) element in the transformation matrix.
Matrix.b A floating-point value that specifies the (0,1) element in the matrix.
Matrix.c A floating-point value that specifies the (1,0) element in the matrix.
Matrix.d A floating-point value that specifies the (1,1) element in the matrix.
Matrix.tx A floating-point value that specifies the x-axis location of a symbol’s registration point or the center of a shape.
Matrix.ty A floating-point value that specifies the y-axis location of a symbol’s registration point or the center of a shape.