|
Fading Mouse Trails
Download: Save all these files for later use

The final image is a blank square, but don't worry about that.
Instructions: don't forget to change the URL in the code section in the HEAD of the document.
for (x=1; x < 6; x++) {
eval("trailSpriteFrame" + x + " = new Image(28,36);");
eval("trailSpriteFrame" + x + ".src = 'http://www.quickrob.com/html/scripts/fadetrail/trailgif" + x + ".gif
As you might notice, I have changed the code to suit my particular needs by adding my actual file path. The code you can cut & paste here is generic.
This goes in the HEAD of your document.
|
dhtml/fadetrails.html
|