Unofficial Tips and Tutorials for Homestead SiteBuilder� Users  
Lake Effects Applet
by Anfy Java
Home - Tips & Tutorials - JavaScript Demos - Java Applet Demos - Resources - Search - Contact
Sorry, your browser doesn't support Java.

 

Here's Anfy Java's version of a lake applet. If you've already checked out David Griffiths' version, you'll notice the difference in the coding. There are also definitely more parameters to manipulate the final image view. You can get the files from either 1Archive.com or from Anfy Java's website.

In the demo to the left, I'm using the images created by Laurie Moyer contained in their zip file to show you the overlay. For this, the overlay image must be a gif with a transparent portion where the lake effect will be visible.

See the coding below, as modified for SiteBuilder use:

Please click window close to return to the Applets Index.

<applet archive="AnLake.jar" code="AnLake.class" codebase="files/" width=180 height=234>
<param name=credits value="Applet by Fabio Ciucci (www.anfyjava.com)">
<param name=regcode value="NO">
<param name=reglink value="NO">
<param name=regnewframe value="YES">
<param name=regframename value="_blank">
<param name=statusmsg value="AnLake applet">
<param name=res value="1">
<param name=image value="files/mountain1.jpg">
<param name=wavspeed value="30">
<param name=perspective value="10">
<param name=farwaving value="200">
<param name=wind value="10">
<param name=windvarval value="5">
<param name=windvarmin value="5">
<param name=windvarmax value="15">
<param name=halfreflect value="YES">
<param name=overimg value="files/mountain2.gif">
<param name=overimgX value="0">
<param name=overimgY value="156">
<param name=textscroll value="NO">
<param name=memdelay value="1000">
<param name=priority value="3">

<param name=MinSYNC value="10">
Sorry, your browser doesn't support Java.
</applet>

Home - Tips & Tutorials - JavaScript Demos - Java Applet Demos - Resources - Search - Contact
Webpage graphics by Arride Graphics

Copyright � 2000-2006 The Rambling Tutor and JanetS  All Rights Reserved
All other copyrights belong to their respective owners as noted.

Hosted by www.Geocities.ws

1