Answered
i need help on action script 3.0 matrix
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]
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;
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.