Flash components › Flash files › Text Animation
Typing text
|
Posted on 2010 May 06 |
Any idea on how to get something like this to work in AS3?
|
Posted on 2011 Jan 28 |
Conversion would be pretty straightforward, but this isn't a class that I have converted myself.




















Usage:
// copy is your html text
// 25 is the current typing speed
var tt:TypingText = new TypingText(this.copy1_txt, copy, 25);
As this is class-based, you can import this class into whatever application you have and create as many typing text fields as you like and the class will handle the rest.