home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / minka_c.dir / 00096.ls < prev    next >
Encoding:
Text File  |  1994-12-03  |  502 b   |  15 lines

  1. on exitFrame
  2.   global masterrunning, getpoints, getitems
  3.   set the cursor of sprite 3 to [243, 244]
  4.   set the cursor of sprite 4 to [243, 244]
  5.   if not getAt(getpoints, 2) and not getAt(getitems, 5) and (masterrunning <> 0) then
  6.     set the cursor of sprite 7 to [243, 244]
  7.   end if
  8.   if masterrunning = 1 then
  9.     set the cursor of sprite 8 to [243, 244]
  10.     set the cursor of sprite 9 to [243, 244]
  11.   end if
  12.   set the cursor of sprite 29 to [243, 244]
  13.   set the cursor of sprite 30 to [243, 244]
  14. end
  15.