Rotate and animate dynamic text fields in Flash
By now you’ve seen the Dylan Messaging viral campaign. It’s a pretty hip use of Flash. I was pretty sure I knew how the effect was done, so I was running some Flash experiments to test out my theory. Everything was just as I expected until I hit a snag. How do you rotate or otherwise animate a dynamic text field in Flash?
If you’ve ever tried this, you have probably discovered that containing the dynamic text field in a movie clip will work with default font settings, but only for X and Y animation. In order to be able to rotate, skew, or add effects, the font must be embedded. Now you know.
Popularity: 42% [?]












March 7th, 2008 at 12:31 am
This came up again today. If you want a movieclip containing dynamic text fields to respond to actionscript coded tweens, say for _alpha fading, make sure you embed the fonts.
Haven’t checked this for timeline based tweens, but I assume it’s the same.
May 30th, 2008 at 1:23 am
i embedded the font, but still dessapears, actually when i embedded the font, it dessapears even if i dont rotate or move it… T_T
August 31st, 2008 at 9:18 am
Thank you
This is one piece of information most tutorials leave out.
September 23rd, 2008 at 1:59 pm
I have found that if you have Anti-aliasing on, make sure it is set to Anti-alias for Animation rather than Anti-alias for Readability. Anti-alias for Readability doesn’t skew for some reason.