| Required parameters | ||
| Name | Possible values | Description |
|---|---|---|
| Line_1 | String | First line of scrolling text. |
| Additional parameters | ||
| Name | Possible values | Description |
| Line_X (X=2,3,4...) |
String | Line X of scrolling text. |
| AppletBgColor | Hex RGB-color | Applet background color. |
| TextColor | Hex RGB-color | Text color. |
| FontName | String ("Arial", "Serif", "Courier"...) |
Name of the font used to print 'Text'. All systems doesn't support all fonts, so it's better to use some common font. |
| FontSize | Number (Positive integer) |
Font size. |
| LineSpacing | Number (Positive integer) |
Number of pixels between lines. |
| FadeLength | Number (Positive integer) |
Defines how long time text is fading at the bottom and top of applet. Use value 0 if you want that text doesn't fade at all. |
| Delay | Number (Positive integer) |
Defines how many milliseconds applet will wait until text moves forward. Smaller value make text scrolling faster. |
| Pause | Number (Positive integer) |
After last line is written on screen, 'Pause' tells how many milliseconds applet will wait before it start writing lines from the beginning again. |
| Align | "Left" or "Right" | Align text to left or right side of applet. |
| Example applet running | Example applet HTML-code |
<APPLET CODE="VScroll.class" WIDTH=200 HEIGHT=150>
|