Skip to main content
timenes90030765
Participant
September 3, 2016
Answered

i need help on action script 3.0 matrix

  • September 3, 2016
  • 1 reply
  • 255 views

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]

This topic has been closed for replies.
Correct answer kglad

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;

1 reply

kglad
Community Expert
Community Expert
September 3, 2016

what help do you need?

timenes90030765
Participant
September 4, 2016

i need some notes on matrix in action script

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
September 4, 2016

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;