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

rotation of the movieClip changes width of him

New Here ,
Jan 05, 2019 Jan 05, 2019

Copy link to clipboard

Copied

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

Views

177

Translate

Translate

Report

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

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

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