APPLETS BY FABIO TEMPESTINI (f.t.@iol.it) Kit.jar contains 3 applets: Sposta.class - to move images on a horizontal axis. Gira.class - to rotate images on a vertical axis Pulsa.class - "explosion" and "implosion" of images besides these classes there is another one: Kit.class. Kit.class is an abstract class thet is necessary for the other 3. HOW TO USE: Copy the file Kit.jar in the directory you put your HTML page. You must insert this code in the page: where "possibility1 | possibility2 | possibility3" means you must choice 1 of the 3 possibility. Dots (...) mean you can (or must) put some values or instructions. PARAMETERS: Gira.class: FIG1 = front of immage FIG2 = back of immage (YOU MUST PUT AT LEAST 1 OF 2 PREVIOUS PARAMETERS) ATTESA = waiting time between 2 following displaied immages STOP = waiting time between 2 following rotations PASSO = number of images in a complete rotation Sposta.class: FIG1 = image showed into the right -> left tour FIG2 = image showed into the left -> right tour (YOU MUST PUT AT LEAST 1 OF 2 PREVIOUS PARAMETERS) ATTESA = waiting time between 2 following displaied immages PASSO = movement in every step COSA = 0 - motion left -> right and pause 1 - motion left -> right repeatedly 2 - motion right -> left and pause 3 - motion right -> left repeatedly 4 - motion right -> left and left -> right repeatedly Pulsa.class: FIG1 = exploding image FIG2 = imploding image (YOU MUST PUT AT LEAST 1 OF 2 PREVIOUS PARAMETERS) ATTESA = waiting time between 2 following displaied immages STOP = waiting time between explosion and implosion PASSO = number of images in an implosion-explosion cycle COSA = 0 - explosion-implosion repeatedly 1 - explosion repeatedly 2 - implosion repeatedly 3 - explosion and pause 4 - implosion and pause