Abstract Space (params changed 3)
For this applet
"speedx" is -6 and "speedy" is 1, the two should really go hand in hand, but you can go wild like this if you want.
"angrot" is -2, so it's anti-clockwise and not too fast.
"stramt" is 600, so there are loads of stars.
Here's the the html for this:
<applet code=AbstractSpace.class width=400 height=400>
<param name="speedx" value="-6">
<param name="speedy" value="1">
<param name="angrot" value="-2">
<param name="stramt" value="600"> <!-- Memory eating monster -->
</applet>
Click here to see this applet on the introduction page.
Click here to see this applet with changed parameters (1)
Click here to see this applet with changed parameters (2)
Click here for the applet class
Click here for the source
Click here for everything (including HTML files etc)