presents The TUNNEL v1.1

Sample HTML Code

<applet code="tunnel.class" archive="tunnel.jar" width=300 height=200>
    <param name=image value="texture.jpg">
    <param name=speed value="2">
    <param name=direction value="forward">
    <param name=rotdir value="clockwise">
    <param name=interactive value="yes">
</applet>
Parameter Description
image The image whose tunnel effect is to be observed
speed The speed of the tunnel
direction "Forward" or "Backward" motion of tunnel
rotdir Direction of rotation - "Clockwise" or "Counterclockwise"
interactive Whether the tunnel responds to mouse



Click here to read the readme file