The unregistered version supports up to three rotated images while the registered version supports up to six. |
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. <center> <table border=2> <tr> <td width=500> <applet code="Janim3.class" archive="Janim.jar" width=375 height=420> <param name="image" value="chrs1.jpg"> <param name="image1" value="chrs2.jpg"> <param name="rotation" value="10"> </applet></td></tr></table> </center> Parameters image and image1 are to be rotated creating an animated effect. Parameter "rotation" determines the length of time in applet cycles each image is displayed before switching to the other. 10 is the maximum for "rotation". A longer display period may be obtained by using "xlrot" which is a multiplier(value X 10) for "rotation" If "rotation" = 10 (cycles) and "xlrot" = 5 (50), total display time = 500 cycles. |