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

  1. on exitFrame
  2.   global getitems
  3.   set the cursor of sprite 3 to [243, 244]
  4.   if not getAt(getitems, 2) and not getAt(getitems, 6) 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.   puppetSprite(4, 0)
  11.   puppetSprite(8, 0)
  12.   go(11)
  13. end
  14.