Tutorials

Using images

This is the html code for the applet below:
<APPLET code="Dotz.class" archive="dotz.jar" width=400 height=40>
<PARAM name="cabbase" value="dotz.cab">
<PARAM name="image0" value="hand.gif,000000,10,1">
<PARAM name="item0" value="<image0> cool!">
<PARAM name="animation0" value="<item0>,20">
</APPLET>

This is hand.gif:
hand.gif

Another option is to create dots out of an image. To do this you should us the image parameters. Here you should fill in the name of the image, the transparent color, the number of frames and the scale factor. The frames should be placed next to eachother. Of course a single frame is also possible. If you've created them you can reference them unlimited in the item parameters. If you use a normal image, you should set the scale factor to at least 3. Note that the colors in the image are not changeable with a color parameter.

X - Changing the style and the font