home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / libraly.dir / 00073.ls < prev    next >
Encoding:
Text File  |  1994-12-03  |  548 b   |  14 lines

  1. on exitFrame
  2.   global getpoints, masterrunning
  3.   set the cursor of sprite 1 to [255, 256]
  4.   set the cursor of sprite 4 to [243, 244]
  5.   set the cursor of sprite 5 to [243, 244]
  6.   set the cursor of sprite 6 to [243, 244]
  7.   set the cursor of sprite 29 to [243, 244]
  8.   set the cursor of sprite 30 to [243, 244]
  9.   if getAt(getpoints, 2) and getAt(getpoints, 3) and getAt(getpoints, 4) and getAt(getpoints, 5) and getAt(getpoints, 6) and getAt(getpoints, 7) and (masterrunning <> 4) then
  10.     set masterrunning to 4
  11.     play frame "MASTER_1"
  12.   end if
  13. end
  14.