Flash wavyness?
- Started
- Last post
- 4 Responses
- boobs
So I have some text, and also some images, that I'm animating very slowly in Flash.
There's some wavyness that shows up in the images, and the text as they move. Kind of like moiré patterns, in a way.
What's the best way to improve the viewing, and eliminate this problem?
- boobs0
Squeeze 'em both for that!
But what about the texts? What can I do there? I've got long fades while the size is changing over several seconds? How do I get that looking loverly?
- Milan0
You can try changing the Anti-alias option for the TextBox to "Anti-alias for animation", the text won't be as crisp, but the animation will be smoother. Or you can try converting the text to a vector using Break Apart, but make sure you keep a backup of the textbox in case you need to edit it later.
- maximillion_0
if yr coding it - the best way i found to do this is use the BitmapData & Bitmap classes to render the textfield in memory (dont add to display list) and then animate the bitmap. when you need the textfield for the user, remove the birmap and added the textfield back