[Flashcoders] Changing font?

2008-04-24 Thread Pedro Kostelec
Hi How can i animate a change of font like in this page: http://www.emmawatsonofficial.com/#harry? -- Pedro D.K. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Changing font?

2008-04-24 Thread jonathan howe
I think you could, over a given interval, step through each letter in the string, and change the TextFormat. So you could set up a timer or a Tweener.addCaller that calls a function updateListener(). updateListener() could then increment a counter one letter each time it's called, and it would set

Re: [Flashcoders] Changing font?

2008-04-24 Thread Gabino Travassos
loop setTextFormat() maybe - Original Message - From: Pedro Kostelec [EMAIL PROTECTED] To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Thursday, April 24, 2008 11:49 AM Subject: [Flashcoders] Changing font? Hi How can i animate a change of font like in this page

Re: [Flashcoders] Changing font?

2008-04-24 Thread Pedro Kostelec
@chattyfig.figleaf.com Sent: Thursday, April 24, 2008 11:49 AM Subject: [Flashcoders] Changing font? Hi How can i animate a change of font like in this page: http://www.emmawatsonofficial.com/#harry? -- Pedro D.K. ___ Flashcoders mailing list