home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / w_puzzle.dir / 00080.ls < prev    next >
Encoding:
Text File  |  1994-12-05  |  394 b   |  16 lines

  1. on exitFrame
  2.   global lpictblock, lmoveblock
  3.   repeat with i = 2 to 22
  4.     puppetSprite(i, 1)
  5.   end repeat
  6.   if the castNum of sprite 48 = 0 then
  7.     repeat with i = 2 to 21
  8.       set the cursor of sprite i to [243, 244]
  9.     end repeat
  10.   end if
  11.   set the cursor of sprite 47 to [243, 244]
  12.   repeat with i = 1 to 20
  13.     set the castNum of sprite (i + 1) to getAt(lpictblock, i)
  14.   end repeat
  15. end
  16.