Copy link to clipboard
Copied
i need help on action script 3.0 matrix
[Asking in the correct forum helps... Moved from non-technical Forum Lounge to specific Program forum... Mod]
to apply a matrix mat to object mc:
var mat:Matrix=new Matrix;
mat.a=whatever;
mat.b=
mat.c=
mat.d=
mat.tx=
mat.ty=
mc.transform.matrix=mat;
Copy link to clipboard
Copied
what help do you need?
Copy link to clipboard
Copied
i need some notes on matrix in action script
Copy link to clipboard
Copied
to apply a matrix mat to object mc:
var mat:Matrix=new Matrix;
mat.a=whatever;
mat.b=
mat.c=
mat.d=
mat.tx=
mat.ty=
mc.transform.matrix=mat;
Find more inspiration, events, and resources on the new Adobe Community
Explore Now