General Parameters |
threadWait | sets the time in millisecons which the applet waits between the redraws. |
maxFps | sets the maximum speed of the applet (in frames per second) - if the processor of the target system is too slow, then lower frame rates are possible! |
showFps | display the frame rate (1 to enable, 0 to disable) |
backCol | background color for the applet |
textCol | (maximum) text color |
singleCol | disables the text fade when set to 1, otherwise 0 |
delay | delays the scrolling (slows down) |
Files to be loaded |
fontfile | filename of the font to be used |
txtfile | filename of the text to be used |
Offsets for the perspective |
offX1 | x offset for the upper point |
offY1 | y offset for the upper point (may not be below 0 !!!) |
offX2 | x offset for the lower point |
offY2 | y offset for the lower point |
offX1center | x offset for the upper points from center |
offX2center | x offset for the lower points from center |
Starbackground parameters |
stars | Number of stars in the background (set it 0 to disable this function) |
doCols | animate color on the distance (1 to enable, 0 to disable) |
starCol | color of the stars |
doSize | animate size on the distance (1 to enable, 0 to disable) |
maxSize | maximum size of animated stars (has no effect if doSize=0) |
starSpeed | star speed in the 3D space |
screenDist | screen distance (for the perspective in the 3D-2D translation; best between 50 and 150) |
maxZ | maximum Z distance in the 3D space (best between 200 and 800; depends on the applet size!) |
Zangle | rotation angle around the Z axis (set it 0 to disable rotation; best between 0.01 and 0.05) |
PRO parameters |
regCode | registration code |
statustext | status text that will be displayed, when the mouse is moved over the applet |
clickLink | sets the link on mouseclick over the applet |