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

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