| 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) |
| distance | Distance |
| amplitude | Amplitude |
| speed | Speed |
| regkey | Registration key |
The parameters in red are availables only in the registered version
|
EXAMPLE: <script language="JavaScript"> var author="www.dseffects.com"; var text="DS Effects"; var textfont="italic"; var textstyle="normal"; var textsize="24"; var textcolor="ffd700"; var amplitude="40"; var distance="10"; var speed="2"; var regkey=""; </script> <script src="DS_CursorSinusText.js"></script> |