This content has been marked as final.
Show 4 replies
-
1. Re: Positioning problem
smenegassi Oct 6, 2014 5:09 AM (in response to Branislav Milic)Check the stage size INSIDE your symbol. Probably your assets are not fixed et the 0 0 of the Symbol's stage
-
2. Re: Positioning problem
vivekuma Oct 6, 2014 6:21 AM (in response to smenegassi)Hi,
As per my understanding, (which may/maynot be correct)
This issue is due to odd sized width of the symbol.
In your case: width = 411
So, rotation is about the centre(50%, 50%) i.e. 411 / 2 = 205.5 which gets rounded to 206 (since half-pixel can't be handled).
When rotated by 180, the left of the center now becomes 205 and right becomes 206. So, that's why you see the padding of around 1px on the left of the symbol.
Workaround:
Better try with even sized width(say 410 or 412), and see if this resolves the issue. Do let me know if either case.
hth,
Vivekuma
-
3. Re: Positioning problem
Branislav Milic Oct 6, 2014 7:09 AM (in response to vivekuma)Thank you! Great!
-
4. Re: Symbol position issue in Edge animate (was:Positioning problem)
heathrowe Oct 6, 2014 2:38 PM (in response to vivekuma)Snazzy answer Vivikuma









