| 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) |
| posx | Horizontal position |
| posy | Vertical position |
| scrollwidth | Scroll width |
| scrollheight | Scroll height |
| speed | Scroll speed |
| 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 scrollwidth="360"; var scrollheight="240"; var speed="2"; var regkey=""; </script> <script src="DS_RadialScroll.js"></script> |