Site hosted by Angelfire.com: Build your free website today!

Abstract Space (params changed 1)



For this applet
This one looks a little like a Windows Screen saver in my opinion,
"speedx" and "speedy" values are now both 1, the lowest speed.
The "angrot" value has been set to 0, so there's no rotation.
The "stramt" value has been changed to 400, so that's 400 stars.

So here's the whole html code:
<applet code=AbstractSpace.class width=400 height=400>
<param name="speedx" value="1">
<param name="speedy" value="1">
<param name="angrot" value="0">
<param name="stramt" value="400">
</applet>

Click here to see this applet on the introduction page.
Click here to see this applet with changed parameters (2)
Click here to see this applet with changed parameters (3)

Click here for the applet class
Click here for the source
Click here for everything (including HTML files etc)