google-code-export / tweener

Automatically exported from code.google.com/p/tweener

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tween sprite's x property randomly results in child TextField pixelated text.

GoogleCodeExporter opened this issue · comments

Even adding an onComplete function to ensure the x property is set to a whole 
value doesn't work.  
Tweener.addTween(this, { x:10, time:.4, transition:'easeOutQuint', 
onComplete:function(){this.x=10; 
trace(x)} });

If instead of tweening, I simply set the x property to 10, no pixelation 
occurs.  I've also tried looping 
through all of the sprite's children, and forcing the children x properties to 
int.  Hasn't worked.

Original issue reported on code.google.com by singh...@gmail.com on 6 Nov 2008 at 8:35

[deleted comment]
I'm on 1.31.74.

Original comment by singh...@gmail.com on 6 Nov 2008 at 8:47

[deleted comment]
Nevermind, it was the GlowFilter being applied before the tween that caused the 
pixelation.  Applied post tween, 
resolves the issue.

Original comment by singh...@gmail.com on 6 Nov 2008 at 9:00