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

  1. on exitFrame
  2.   global getitems, seedog
  3.   set the cursor of sprite 3 to [243, 244]
  4.   if not getAt(getitems, 2) and not getAt(getitems, 6) and seedog then
  5.     set the cursor of sprite 4 to [243, 244]
  6.   end if
  7.   set the cursor of sprite 10 to [243, 244]
  8.   set the cursor of sprite 29 to [243, 244]
  9.   set the cursor of sprite 30 to [243, 244]
  10. end
  11.