| 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) |
| scrollwidth | Scroll width |
| scrollheight | Scroll height |
| speed | Scroll 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 scrollwidth="200"; var scrollheight="200"; var speed="2"; var regkey=""; </script> <script src="DS_CursorRadialText.js"></script> |