Discussion:
TextField animation troubles
(too old to reply)
Maxim Gavrilov
2008-11-16 17:28:22 UTC
Permalink
Hi all!

I have a troubles when trying to move my TextField instances to make a
running-newsline presentation. I've created TextField instances in
constructor of my Sprite-inherited object and then at every
ENTER_FRAME I'm moving it in necessory direction for one pixel. It's
going pretty good, but it's terrible blinking, it's not very visible
on pretty power computers, but on my Pentium-M 1.3 laptop it's really
looks ugly.

Is it any way to prevent TextField instance from blinkin when it's
moving?!

Thank you for your attention!
river
2008-11-18 13:25:35 UTC
Permalink
turn the text into a shape by breaking it apart twice. "ctrl+b"




On Sun, 16 Nov 2008 09:28:22 -0800 (PST), Maxim Gavrilov
Post by Maxim Gavrilov
Hi all!
I have a troubles when trying to move my TextField instances to make a
running-newsline presentation. I've created TextField instances in
constructor of my Sprite-inherited object and then at every
ENTER_FRAME I'm moving it in necessory direction for one pixel. It's
going pretty good, but it's terrible blinking, it's not very visible
on pretty power computers, but on my Pentium-M 1.3 laptop it's really
looks ugly.
Is it any way to prevent TextField instance from blinkin when it's
moving?!
Thank you for your attention!
Loading...