home *** CD-ROM | disk | FTP | other *** search
/ The Museum Of Anything Goes / MOAG.bin / pc / liteside / outll10 / 00013.ls < prev    next >
Encoding:
Text File  |  1995-01-30  |  319 b   |  21 lines

  1. on startMovie
  2.   global GLIDE1SWITCH
  3.   MAKEMENUBAR()
  4.   TURNONCURSORS()
  5.   NOENTRYCURSOR("1,5")
  6.   if the optionDown = 1 then
  7.     set GLIDE1SWITCH to 0
  8.   end if
  9.   set GLIDE1SWITCH to 0
  10.   if GLIDE1SWITCH = 1 then
  11.     go(1)
  12.   else
  13.     go("Glide1St")
  14.     set GLIDE1SWITCH to 1
  15.   end if
  16. end
  17.  
  18. on ENDMOVIE
  19.   TURNOFFCURSORS()
  20. end
  21.