Stars v1.0 28/11/01
Copyright MaxxBlade 2001
Downloaded from http://www.maxxblade.co.uk/stars/

It's exactly what it looks like, a star field for your web page.  As usual, easy to setup and configure!

--SETUP--
simply add this line to your html just before the final tag -> </html>

	<script language="JavaScript" src="stars.js"></script>

easy eh???

---CONFIG---
Variables you can edit:
They're all on the first line ?;o)

m = 	number of stars (objects)
pic =	filename of your "star" (can be anything really)
pw =	width (in pixels) of your star image
ph =	height (in pixels) of your star image
dist = 	how far (depth) each star should travel before being reset
stdep =	how far away the stars should begin their path
spin = 	set to 0 for no spin
	set to positive number for clockwise spin (0.01 is good)
	set to negative number for anti-clockwise spin (-0.01 is good)
	set to 999 for random spin changes
cdelay = time in milliseconds between random spin changes (1000 = 1 second)
ss =	spin speed for random spins

eg if the dist is set to 200 and the stdep is set to 100 this means that the stars start at a depth of 100 below the normal page layer i.e. behind the text, and when they have travelled 100 of the 200 they will appear on top of the normal page layer (currently this is only in IE)



Have fun!!!

-- MaxxBlade ?;o)
