Wave Applet



Author: Radu Vissarian


This applet makes your images appear to wave in the wind. Follow the directions below to put this applet on your page.


1. Download Wave.class and load it in your home page directory.

2. Copy and paste the htmlcode below to your page.

3. Make the necessary changes to the html code. That's it! You're ready to go.


<applet codebase="Your page directory here" code="Wave.class" width="210" height="150"> <param name=image value="Your image directory here"> <param name=horizmotion value=0.03> </applet>



Back to the Applets!