home *** CD-ROM | disk | FTP | other *** search
/ The Museum Of Anything Goes / MOAG.bin / pc / rigtdata / rr0023 / 00020.ls < prev    next >
Encoding:
Text File  |  1995-01-30  |  339 b   |  22 lines

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