Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

i need help on action script 3.0 matrix

New Here ,
Sep 03, 2016 Sep 03, 2016

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]

TOPICS
ActionScript
223
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Sep 04, 2016 Sep 04, 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;

Translate
Community Expert ,
Sep 03, 2016 Sep 03, 2016

what help do you need?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 04, 2016 Sep 04, 2016

i need some notes on matrix in action script

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 04, 2016 Sep 04, 2016
LATEST

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;

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines