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=400> <applet code="Janim3.class" archive="Janim.jar" width=400 height=365> <param name="image" value="lake68.jpg"> <param name="overlay" value="Goose06.gif"> <param name="ovlY" value="60"> <param name="ovlref" value="1"> <param name="motionX" value="2"> <param name="wsize" value="-30"> <param name="wspeed" value="20"> <param name="overlay1" value="canoe2.gif"> <param name="ovl1Y" value="250"> <param name="motion1X" value="-1"> </applet></td></tr></table> </center> Note: When motion parameters are used, the corresponding position parameter is not necessary. For horizontal movement, motionX nullifies the need for ovlX. For vertical movement, motionY makes ovlY unnecessary. |