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 (../Matrix_object/matrix.md) | A floating-point value that specifies the (0,0) element in the transformation matrix. |
| matrix.b (../Matrix_object/matrix1.md) | A floating-point value that specifies the (0,1) element in the matrix. |
| matrix.c (../Matrix_object/matrix2.md) | A floating-point value that specifies the (1,0) element in the matrix. |
| matrix.d (../Matrix_object/matrix3.md) | A floating-point value that specifies the (1,1) element in the matrix. |
| matrix.tx (../Matrix_object/matrix4.md) | A floating-point value that specifies the x-axis location of a symbol’s registration point or the center of a shape. |
| matrix.ty (../Matrix_object/matrix5.md) | A floating-point value that specifies the y-axis location of a symbol’s registration point or the center of a shape. |
<span id="matrix.a" class="anchor"></span>