Object Constructors |
AnimatedGif()DEFINITION AnimatedGif(name, num_frames) name - the name of the animation + the name of the image/AnimatedImage()num_frames - the number of frames in the animation REQUIREMENTS The following images images/name/0.gifimages/name/1.gif ... images/name/(num_frames-1).gif The following HTML <IMG SRC="images/name/0.gif"
NAME="name">
DESCRIPTION This function creates an object to hold the animation frames and an object to hold the animated image. It is a quick way of defining an AnimatedImage() object and an AnimationFrames() object at the same time. Once defined it can be animated using any of the animation functions. EXAMPLE <HEAD> <BODY>
<<Index>> |