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

Shaky Circle

Community Beginner ,
Nov 10, 2016 Nov 10, 2016

Hi, I'm trying to spin a circle using Adobe Animate cc. But the circle is very wobbly. I've tried reducing the keyframe, removing effects and changing the degree. Nothing worked. How can I fix this?

280
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
LEGEND ,
Nov 10, 2016 Nov 10, 2016

How good rotations look is dependent on the stage quality, which defaults to medium. You can set it to be higher, assuming you're using an ActionScript FLA and not HTML5, by adding this code to the first frame in the timeline:

stage.quality = "high";

or:

stage.quality = "best";

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 Beginner ,
Nov 11, 2016 Nov 11, 2016

I'm currently using HTML5 canvas. Won't it work properly in this?

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
LEGEND ,
Nov 11, 2016 Nov 11, 2016

I don't know if there is a way.

What is the end goal for the animation? Will it be a video file? If so, you'll need to use AS3 FLA for other reasons.

You could do a test of the idea with AS3, to see if the stage quality does solve the problem.

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
LEGEND ,
Nov 11, 2016 Nov 11, 2016
LATEST

Either the circle isn't perfectly round, or it isn't perfectly centered on its rotation point. Or both.

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