Ok, not sure if I totally understand you...
But in order to change the images, you have to edit these lines of code in the javascript:
Code:
snow[0] = "bubble.gif"
snow[1] = "bubble.gif"
snow[2] = "bubble.gif"
there could be up to three different images floating around.
Then, to change the number of images at one time:
Code:
var no = 15; // image number or falling rate
And finally, to change the speed of the falling images:
Code:
var speed = 2; // the lower the number the faster the image moves
Hope this helps?
Bookmarks