home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 May / Pcwk5b99.iso / Documentation / Kai's Power Tools / Slide Show / SLIDESHO.EXE / SLIDESHO.dxr / 00004_frame script.ls < prev    next >
Encoding:
Text File  |  1998-03-18  |  236 b   |  18 lines

  1. on exitFrame
  2.   global currentindex, movielength
  3.   go(the frame)
  4.   if (the timer > movielength) or (currentindex = 0) then
  5.     nextMovie()
  6.     startTimer()
  7.   end if
  8. end
  9.  
  10. on mouseUp
  11.   nextMovie()
  12.   startTimer()
  13. end
  14.  
  15. on keyUp
  16.   quit()
  17. end
  18.