Stardust



The free Stardust applet is a variation of SpaceFlight applet with scolling multi-line text from down to up if set <param name=direction value="up"> or form apart to the spectator if set <param name=direction value="center">. Specify strings in parameter "string" with delimeter "|". You can change the parameter "Number_of_stars". Set parameters "font","size","style","color" for font face, size, style or color respectively. Set parameter "URL" to enable visitor move by click to another page. "Color" and "URL" parameters could be divided with "|" separator as the "string" itself does. Use values "blue", "cyan", "darkGray", "gray", "green", "lightGray", "magenta", "orange", "pink", "red", "white" or "yellow" for "color" parametes. Set parameter "style" to "plain", "bold" or "italic". Set parameter "fps" to control speed of changing (frames per second).
How To Use:
Java source: Stardust.java
Sample HTML source:
 <APPLET
    code=Stardust.class
    width=320
    height=140 >
    <param name=string value="String 1 | String 2">
    <param name=URL value="http://piter.on.to/|http://kostya.on.to/">
    <param name=font value="TimesRoman">
    <param name=style value="bold">
    <param name=direction value="up">
    <param name=color value="gray|red">
    <param name=size value=12>
    <param name=fps value=80>
    <param name=Number_of_stars value=8>
</applet>

Status: Freeware
Author: Von Kotow
Homepage: http://piter.on.to
Upload Date: October 13, 2000