+=======================+ +====Typewriter Effect==+ +=========by bfr========+ +http://bfr.rivereye.net+ +=======================+ 1. How to use YOu choose the delay between each bit of text displayed by having the delays as integers in L1. In the screenshot, it starts with long delays, so it appears slowly, but it gradually gets faster. The string displayed with the typewriter effect is stored in Str1. So, for example, if you wanted to display "Hello", with an increasing speed, you would do: "Hello"->Str1 {200,150,100,50}->L1 prgmTW Since the delay was only specified for the first four letters, the fifth letter will have the default delay, which is 0 (which is really fast). So, the above example could also be done like this: "Hello"->Str1 {200,150,100,50,0}->L1 prgmTW 2. Version History 1.0 Initial release 3. Contact Email: bfrsoccer@yahoo.com Website: http://bfr.rivereye.net