Home ›
Flash
›
Text Animation
Typing text
Would you like to comment or ask questions from GarethJones?
Home ›
Flash
›
Text Animation
Would you like to comment or ask questions from GarethJones?
Details
Uploaded: 28 August 2008
Opens With: Flash 8 (8+)
Files Included: FLA, AS
Keywords: Typing, text, typewriter, work, makes jack, dull boy,
Related Files
Uploaded By: GarethJones
This class allows you to specify some HTML text on the first frame of your FLA that is then typed out at whatever speed you specify in the class call into an empty text field.
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.