The Janim Applet

Reflected animation (three images) and Three GIF overlays, one static and two alternating, flipping and reversing paths



Sample Applet parameters

Please note that Janim Version 3 uses a jar file instead of just the applet. Applet headers should be as shown below with your height and width settings.
Measurements of Image used is: Width=Actual measurement. Height=2 x Actual measurement (may be reduced if gray area appears at the bottom of the applet)

<center>
<table border=2>
<tr>
<td width=500>
<applet code="Janim3.class" archive="Janim.jar" width=500 height=350>
<param name="image" value="lake64.jpg">
<param name="image1" value="lake64a.jpg">
<param name="image2" value="lake64b.jpg">

<param name="overlay" value="Goose02.gif">
<param name="ovlY" value="60">
<param name="ovlref" value="1">
<param name="revovl" value="1">
<param name="flipovl" value="1">
<param name="motionX" value="7">

<param name="overlay1" value="Goose01.gif">
<param name="ovl1Y" value="60">
<param name="ovl1ref" value="1">
<param name="revovl1" value="1">
<param name="flipovl1" value="1">
<param name="motion1X" value="7">

<param name="alt" value="1">
<param name="overlay2" value="nice.gif">
<param name="ovl2X" value="200">
<param name="ovl2Y" value="10">
</applet></td></tr></table>
</center>
Note:ovlY, ovl1Y and ovl2Y aore the vertical positions for overlay, overlay1 and overlay2 respectively. Motion parameters motionX and motion1X are used to give motion values. With overlays using motion parameters, no ovlX or ovl1X (horizontal position) is necessary. Overlay2 has no motion capabilities and will assume horizontal posion 0 unless ovl2X parameter is used.

Ovlref, ovl1ref and ovl2ref, with a value of 1 cause overlay, overlay1 and overlay2 to be reflected in the lake. Default (0) is no reflection.

The alt parameter alternates the motion of overlay and overlay1. Flipovl and flipovl1 flip the two overlays horizontally. Revovl and revovl1 reverse the motion to return the overlays along the same path. When flipovl is used with revovl, the overlay flips horizontally only on the return path.



Return to Main Page