actionScript AS2 (typewriter) text effect

I needed a typewriter text effect with a twist for an mp3 player I was making, looked around and could not find one that suits my needs so I wrote this class, should do the job. [as] /* @author = Wassim Sidani @www.sidani.info usage example: var tE:TxtEff=new TxtEff(textFieldInstance, textToWrite, delay); textFieldInstance= a reference to a …