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

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