Script unchangables in Blue Script changables in Red This Script Works in IE 5.5+, Opera 8, NS 7, Mozilla 1.8 & Firefox 1.5.
Submitted by bengaliboy00@hotmail.com With modifications by Dynamicdrive.com With more modifications by Ewok
In the script you you will find this section: /////--CHANGABLES--///////////// //This specifies the scroller messages line[1]=" *-*-*-* Typing Scroller *-*-*-* " line[2]=" This is an awsome script " line[3]=" It brings up the text you want..." line[4]=" One letter at a time. " line[5]=" You can add and subtract lines as you like. " line[6]=" It\'s very cool and easy to use. " line[7]=" You can change the Font Style,Colour and Size. "
NOTE: If there is a ' (comma) in a word you must put a \ (backslash) before it to let the computer know that it is not an instruction. E.G. As in line[6]
//This specifies the font size in pixels var ts_fontsize="16px"
//This specifies the font-family var ts_fontFamily="Comic Sans MS"
//This specifies the font colour, if you want it the same as your page insert "document.body.text" var ts_fontColour="coral"
///This specifies the font background colour, if you want it the same as your page insert "document.bgColor" var ts_bgColour="black"
//This specifies the bold font, write "yes" or "no" var ts_Bold="yes"
//This specifies the line typing speed, 10=Very fast 100=slow var Line_Speed="50"
/////////////////////////////////////// //--Don't edit below here--///////////////////////// ///////////////////////////////////////////////////////////////////////////
CU May the Father grant you peace in this life. Have good life Gary.
|