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

  1. on exitFrame
  2.   global cmoveblock
  3.   set the locH of sprite 48 to mouseH()
  4.   set the locV of sprite 48 to mouseV()
  5.   if rollOver(26) then
  6.     set the castNum of sprite 27 to the castNum of sprite 27 + 2
  7.     updateStage()
  8.     repeat with i = 2 to 42
  9.       puppetSprite(i, 0)
  10.     end repeat
  11.     repeat with i = 2 to 44
  12.       set the cursor of sprite i to 0
  13.     end repeat
  14.     clearcheck()
  15.   else
  16.     go(#loop)
  17.   end if
  18. end
  19.