home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / minka_a.dir / 00041.ls < prev    next >
Encoding:
Text File  |  1994-12-06  |  293 b   |  15 lines

  1. on exitFrame
  2.   global getpieces, getitems
  3.   repeat with i = 1 to 37
  4.     set the cursor of sprite i to 0
  5.   end repeat
  6.   if getAt(getpieces, 1) then
  7.     puppetSprite(15, 1)
  8.   end if
  9.   if getAt(getitems, 2) and not getAt(getpoints, 4) then
  10.     go("scene2_2")
  11.   else
  12.     go("scene2")
  13.   end if
  14. end
  15.