<HTML>
<HEAD>
<TITLE> Examples of the AniS applet </TITLE>
</HEAD>
<BODY>
<P>
<center><h1> The Ani(mation)S applet </h1>
Page 3 - The adding animation controls</center>

<p>
<b>3. Now we want to give them controls for speed and stepping </b>
the frames (we'll go back to the un-faded 3 frames for this example,
though, by removing the PARAM for the "fade").  The new controls
PARAM looks like:
<xmp>
<PARAM name="controls" value="startstop, speed, step, looprock, zoom">
</xmp>

<APPLET code="AniS.class" width=500 height=450>
<param name="controls" value="startstop, speed, step, looprock, zoom">
<PARAM name="filenames" value="TVIS1.GIF,TVIS2.GIF,TVIS3.GIF">
<param name=rate value=20>
</applet>
<hr>
<p>

<a href="anist4.html"> Go to next page. </a>
<p>
If you would like more information, or have questions or
suggestions, please contact <mailto:tomw@ssec.wisc.edu>Tom Whittaker

</BODY>
</HTML>
