
R A N D O M T E X T
The Final Version |
RandomText (The final version)
Jeffery P Sanders
More Control? Okay. Variables that you can adjust: quoteStr - An array of strings to manipulate. This example used 28 different strings. startDelay - The delay time between the page load and beginning the animation in milliseconds. Note: 1000 milliseconds equals one second. This example used: startDelay = 3000. charDelay - Time spent on each character scrolling. This example used: charDelay = 50. afterDelay - Pause time after decryption. This example used: afterDelay = 1000. charSpeed - The delay time between character updates. Scroll speed. This example used: charSpeed = 25. showSpace - Show a space where a space is located in the string? 0=No 1=Yes(Example: "This Word" crypted would look like: 0 = "X8k4yTGe3" 1 = "X8k4 TGe3" Note the space between the words when showSpace=1. This example used: showSpace = 1. quotePic - The characters to use while showing the crypted string. This example used:quotePic = "abcdefghjkmnopqrstuvwxyzABCDEFGHJKLNOPQRSTUVXY234567890".
All questions/complaints/suggestions should be sent to JefferyPSanders.com Last Updated September 28th, 2008 Copyright 2002-2008 JefferyPSanders.com. All rights reserved. |