A Short SlideViewer Example

Netscape 2.0 or another Java-Enabled Browser is required to view the SlideViewer Applet

(The images were taken by Chris Taylor.)

The SlideViewer applet above should be performing a script similar (or equal) to the one below. View the script to be sure.

The Script

   !**********************************************************
   ! Short Example Script
   !**********************************************************
   pic key=black  rgb=0,0,0
   pic key=coast  url=pics/ca_coast7.gif
   pic key=storm  url=pics/glacier_storm_bw.gif
   pic key=bridge url=pics/gldn_bridge1.gif

   do

      ! Show the first image
      appear pic=coast
         delay 2000

      ! Wipe on the storm image
      wipe pic=storm  delay=30 speed=5 strip=2 pivot=TopLeft clockwise=1
         delay 2000

      ! PixelIn the bridge image
      pixelin pic=bridge delay=30 pixelSize=6
         delay 2000

      ! Rotate to black
      rotate dir=vertical pic=black  delay=50 strip=2 speed=7
         delay 2000

      ! Fade in the first image
      fadeIn pic=coast delay=50 speed=10

      ! Repeat infinitely
   repeat times=-1

SlideViewer was written and is Copyright © 1995 by Mike Crider