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

Weird situation

New Here ,
Jan 04, 2017 Jan 04, 2017

Hi

I have  got a strange problem, when i am drawing some symetric shape like a circle and make movement (for example rotating ring nested in MC)  and publish animation there is a some kind of deformation of the shape , circle is "broken"  external area of it is little bit "creased"  and it look awfull Any idea ?

377
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 04, 2017 Jan 04, 2017

are you using a shape tween?

if so, are you using shape hints?

if yes and yes, post link to an embedding html that shows the issue.

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 ,
Jan 04, 2017 Jan 04, 2017

Here You go, a sample of problem higher green ring is rotating without any visible deformations (imported shape from Ai) , lower red ring drawed in Animate with visible graphical glitches

https://we.tl/b19erzJiId​

EDIT: no i am just using circle tool to to draw the object it is nothing more than empty cirlce, no any animations of shape etc.

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 04, 2017 Jan 04, 2017

you misunderstood.  i don't want to download your files.  i wanted to see the problem by checking your published file in my web browser.

with the additional info that you're not animating, are your drawing with a tablet or with a mouse?

also, if you're not animating, what do you mean by, "..make movement (for example rotating ring nested in MC)"?

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 ,
Jan 04, 2017 Jan 04, 2017

I'm going to make a wild guess that he's describing the subtle jitter when you rotate circles in Flash/Animate because they're not actually perfectly circular. Only way I'm aware of to 100% avoid that is to put the rotating animation behind a static circular mask.

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 ,
Jan 04, 2017 Jan 04, 2017
LATEST

I'll take a different guess. To a keen eye the default stage quality of 'medium' can leave very noticeable antialiasing imperfections. Doing this:

stage.quality = "best";

will improve rotation of shapes a lot.

Let's hope it's not Canvas.

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