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

rotation of the movieClip changes width of him

New Here ,
Jan 05, 2019 Jan 05, 2019

i have a movieclip called char, and he has some others mcs in his inside as, for instance, char.la(his arm) that has another with name of char.la.ha(his hookarm).

When i'm rotating the char.la, his trajectory looks like a elipse due the growth of the arm, and this give my project a horrible looking.

code:

stage.addEventListener(Event.ENTER_FRAME, main);

function main(c:Event){

char.la.rotation++;

}

How can i solve that?

TOPICS
ActionScript
193
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 ,
Jan 05, 2019 Jan 05, 2019
LATEST

set char.la's rotation point using the transform tool.

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