| Parameter | Description |
|---|---|
| author | www.dseffects.com |
| text | Text to scroll |
| textfont | Text Font |
| textstyle | Text Style |
| textsize | Text Size |
| textcolor | Text Color (hexadecimal red-green-blue triplet) |
| direction | Scroll direction (horizontal,vertical) |
| posx | Horizontal position |
| posy | Vertical position |
| amplitude | Scroll amplitude (10-160) |
| rate | Scroll rate (1-4) |
| speed | Scroll speed (1-4) |
| regkey | Registration key |
|
EXAMPLE: <script language="JavaScript"> var author="www.dseffects.com"; var text="Script by Dario Sciacca - www.dseffects.com"; var textfont="italic"; var textstyle="normal"; var textsize="24"; var textcolor="ffd700"; var posx=""; var posy=""; var direction="horizontal"; var amplitude="40"; var rate="2"; var speed="2"; var regkey=""; </script> <script src="DS_SinusScroll.js"></script> |