Text Decoder Effect Class
Text Decode Effect Class * Requires only 1 line of code explained very well in help file * Includes 1 example to look into * Change stepcount * Change speed * Change text * Change textfield This class has 4 parameters: * Parameter 1: The string to be decoded * Parameter 2: Step-count, 6 means it will do 6 letter switches before pointing the right 1 * Parameter 3: Time in ms that it will take to do 1 step. This means if you got 6 steps and step-time is 5ms that the total time of having 1 good letter takes 30ms * Parameter 4: Textfield to put the text in you want to decode