[Space Scroller]

[Code]

<APPLET CODE="SpaceScroller.class" WIDTH=450 HEIGHT=60>
<PARAM NAME=fps VALUE=15>
<PARAM NAME=numstars VALUE=50>
<PARAM NAME=text VALUE="This is Bennet Uk's SpaceScroller applet!|Greetings from Planet Smart...">
<PARAM NAME=textcolor VALUE="#FF0080|#0000FF">
<PARAM NAME=fontname VALUE="Helvetica">
<PARAM NAME=fontsize VALUE=24>
<PARAM NAME=fontstyle VALUE=3>
<PARAM NAME=starspeed VALUE=5>
<PARAM NAME=textspeed VALUE=2>
<PARAM NAME=logo VALUE="planetsmart.gif">
<PARAM NAME=logospeed VALUE=1>
<PARAM NAME=logodir VALUE=0>
</APPLET>

[Beschreibung der Parameter]

<PARAM NAME="FPS"
     VALUE="aNumber">                 -- Anzahl darzustellende Frames pro Sekunde
<PARAM NAME="NUMSTARS"
     VALUE="aNumber">                 -- Anzahl der Sterne
<PARAM NAME="STARSPEED"
     VALUE="aNumber">                 -- Horizontalgeschwindigkeit der Sterne
<PARAM NAME="TEXT"
     VALUE="String1|String2|String3"> -- Ihr Text, jeweils unterteilt durch eine "pipe" (|)
<PARAM NAME="TEXTCOLOR"
     VALUE="Color1|Color2|Color3">    -- Textfarbe
<PARAM NAME="TEXTSPEED"
     VALUE="aNumber">                 -- horizontale Geschwindigkeit des Textes
<PARAM NAME="FONTNAME"
     VALUE="aString">                 -- Schriftart
<PARAM NAME="FONTSTYLE"
     VALUE="aNumber">                 -- Schriftstil: 0 = normal, 1 = bold, 2 = italic, 3 = bold-italic
<PARAM NAME="FONTSIZE"
     VALUE="aNumber">                 -- Schriftgrösse
<PARAM NAME="LOGO"
     VALUE="aFile">                   --  GIF oder JPEG file als Logo
<PARAM NAME="LOGOSPEED"
     VALUE="aNumber">                 -- Geschwindigkeit der Grafik
<PARAM NAME="LOGODIR"
     VALUE="aNumber">                 -- Position des Logos (0 = right; 1 = right-left)

[Autor]

Bennet Uk

[Download]

Copyright © 1998- Nightfire Java Archiv Applet No: 160