Shasta on an afgan blanket, Me on the beach







*
****
*********

oval gifs with transparent background...
shasta.gif is first moving image name-200x200
you may use parameter "myImage" to change it to another name...
fred42.gif is second moving image name-236 wide x 200 tall
bkg60.jpg is background image name 760 wide x 520 tall

if the computer cannot find fred42.gif or bkg60.jpg in current directory then the applet will leave them blank... this is handy if you just want to display one image... if you leave out all parameters the default moving picture is called sf.gif
vMove default=10, hMove default=15
bigger numbers cause the pictures to move bigger distances (faster)
vMove controls up-down motion of shasta.gif...
hMove controls left-right motion of shasta.gif
fred42.gif(me on the beach) moves in the opposite manner...

gv05.class
gv05.java
code to insert into webpage...
<applet code="gv05.class" height=520 width=760>
<param name="myImage" value="shasta.gif">
<param name="vMove" value="5">
<param name="hMove" value="6">
</applet>

on this page I left the background image for the applet blank by NOT including a picture called bkg60.jpg in the same directory... remember to put the file called gv05.class in the same directory as the html... if you just want to display a single image that moves like fred42.gif... INCLUDE a picture called fred42.gif and DO NOT INCLUDE a picture called shasta.gif

Hosted by www.Geocities.ws

1