<HTML>
<HEAD>
<TITLE> Examples of the AniS applet </TITLE>
</HEAD>
<BODY>
<P>
<center><h1> The Ani(mation)S applet </h1>
Page 7 - Using portals and overlays together</center>
<p>
Okay, so you wonder about that base map as a portal from the previous
example.  Why not make it an overlay?  No sooner said than done.

<p>
Put in the overlay parameters:
<xmp>
<PARAM name="controls" value="startstop,zoom, overlay">
<PARAM name="overlay_labels" value="map">
<PARAM name="overlay_filenames" value="TMAP.GIF">
<PARAM name="transparency" value="#000000">
</xmp>
(don't forget the transparency!)

<p>
And then remove the map from the portal PARAMeters, so they now read:
<xmp>
<param name="portal_filenames" value="TSFC1.GIF& TSFC2.GIF&
TSFC3.GIF , TIR1.GIF & TIR2.GIF & TIR3.GIF">
<param name="portal_locations" value="20&20&100&100, 150&150&150&200" >
</xmp>
<p>
And here's what you get:
<br>

<APPLET code="AniS.class" width=550 height=480>

<param name="controls" value="startstop,zoom, overlay">
<PARAM name="overlay_labels" value="map">
<PARAM name="overlay_filenames" value="TMAP.GIF">
<PARAM name="transparency" value="#000000">
<param name="filenames" value="TVIS1.GIF, TVIS2.GIF, TVIS3.GIF">
<param name="portal_filenames" value="TSFC1.GIF& TSFC2.GIF&
TSFC3.GIF , TIR1.GIF & TIR2.GIF & TIR3.GIF">
<param name="portal_locations" value="20&20&100&100, 150&150&150&200" >
<param name=rate value=50>

</APPLET>
<hr>
<p>
<a href="anist8.html"> Go to next example </a>
<p>
If you would like more information, or have questions or
suggestions, please contact <mailto:tomw@ssec.wisc.edu>Tom Whittaker

</BODY>
</HTML>
