Object Constructors |
AnimatedJpg()DEFINITION AnimatedJpg(name, num_frames) name - the name of the animation + the name of the image to animatenum_frames - the number of frames in the animation REQUIREMENTS The following images images/name/0.jpgimages/name/1.jpg ... images/name/(num_frames-1).jpg The following HTML <IMG SRC="images/name/0.jpg"
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. EXAMPLE <HEAD> <BODY> <A HREF="some_url"
<<Index>> |