Ripple Applet


No Java Support


Author: David Griffiths


This applet adds a ripple effect to your image. Similar to the lake applet, but no mirror of the image. To add this applet to your page, follow the directions below.


1. Download Ripple.class and RippleApplet.class and load them in your homepage directory.

2. Copy and paste the html code below on your page.

3. Make the necessary changes to the html code.


<applet codebase="Your page directory here" code="RippleApplet" width="210" height="135" align="CENTER"> <param name="image" value="http://www.i-55.com/~mway/images/js9.gif"> <param name="imageMask" value="http://www.i-55.com/~mway/images/js9.gif"> <param name="initImage" value="true"> <param name="frames" value="20"> <param name="nWaves" value="10"> <param name="percent" value="10"> <param name="offset" value="5"> <param name="delay" value="100"></applet>


Back to the Applets!