!**********************************************************
! 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=15

   ! Repeat infinitely
repeat times=-1
