road0001 / tweener

Automatically exported from code.google.com/p/tweener
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I'm on 1.31.74.

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

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
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