Creating Holiday Mouse Trail Images
Red heart beats |
Pink heart beats |
Shamrocks |
Musical notes | musical notes2 butterflies |
stars | Holley | puzzles | tracks | fairy dust | explosions | weird
Mouse trails are most
effective if the images are very small in kb as well as size and are
transparent gif's. This tutorial will show you how to make several themed
sets of mouse trail images to use with a java script code below.
- This tutorial uses basic shape presets from photoshop 7 to create
holiday mousetrails for your webpage.
1. Open a new image that is 40 pixels wide by 40 pixels high, RGB,
72 ppi, transparent background.
2. Zoom in on your image to about 600%. Set your foreground color to Red,
hex #FF0000. Select your Shape tool and set the shape to the preset Heart.
Set the shape to "fill pixels" so it draws as pixels, not vector. Deselect
anti-alias so you do not get the "fringe" on the edges but will get a jaggy
appearance when magnified.
Draw your heart
 
3. Control click your layer to select your heart. Click Edit=> Stoke. set
the stroke to
- 1 pixel
- inside
- maroon, hex #660000
- blending = normal
- Opacity = 100%
4. Right click on this layer and duplicate it. Turn off the eye on the
background layer.
5. Select your move tool with the bounding box options selected. Scale
the image till it is 80% in height and width.
6. Switch to image ready by clicking the button at the bottom of the tool
bar.
7. On the animation panel, set the following frames up:
-
Frame
1: should have layer 1copy visible, with layer 1 off. Time should be set
at 0.5 seconds. Click to duplicate this frame to make frame 2
- Frame 2: turn off visibility on layer 1 copy and turn on layer 1. Set
the time for this frame to be no delay. Duplicate this frame.
- Frame 3: should have layer 1copy visible, with layer 1 off. Time
should be set at 0.2 seconds. Click to duplicate this frame to make frame
4.
- Frame 4: turn off visibility on layer 1 copy and turn on layer 1. Set
the time for this frame to be no delay.
8.
Click back on frame 1. Set the optimize panel to GIF image with lossy = 0,
colors = 3, web, no dither.
9. Click file=> Save optimized as. Set the filename to burst1.gif. Repeat
the save and save the next time in the same directory as burst2.gif. Repeat
two more times and save as burst3.gif and burst4.gif.
10. Open up a notepad by clicking start=>programs=>accessories=>notepad.
Copy and paste the following script into your notepad.

11. To save the notepad, click file=>save. Set the "save in" field to the
folder where your burst files are. Name the file index.html and save as type
"All files" by clicking the downward arrow on the right side of the box.
You are ready to add your content to this page opening this file up in your
HTML editor! |