Code
|
What this means |
HEADER GIF89a Screen (75 * 72) | Specifies the Width and Height of the entire image. |
LOOP | This indicates how many times the animation loops around, you can specify from 1 to 1,000 or tell it to repeat forever. |
CONTROL | This controls the first image. You can specify a transparent color (In my example I specified a grey transparency) and also give it a delay time. (Say you want a particular part of the animation to stay there longer than the rest, then this is the part to do it in. |
IMAGE 75 * 72, 256 colours | The first image in the sequence |
CONTROL | Same as above, but for the second image. |
IMAGE 75 * 72, 256 colours | The second image in the sequence |
CONTROL | Same as above, but for the third image. |
IMAGE 75 * 72, 256 colours | The third image in the sequence |
CONTROL | Same as above, but for the fourth image. |
IMAGE 75 * 72, 256 colours | The fourth image in the sequence |
CONTROL | Same as above, but for the fifth image. |
IMAGE 75 * 72, 256 colours | The fifth image in the sequence |
CONTROL | Same as above, but for the sixth image. |
IMAGE 75 * 72, 256 colours | The sixth image in the sequence |