home *** CD-ROM | disk | FTP | other *** search
/ 321 GAMES / 321GAMES.iso / logic / runes / runes.exe / runes.DXR / 00069.ls < prev    next >
Encoding:
Text File  |  1996-07-01  |  857 b   |  32 lines

  1. on exitFrame
  2.   global PUZZ, HEAD
  3.   cursor(-1)
  4.   set the mouseDownScript to "spuzz"
  5.   set PUZZ to 0
  6.   repeat with n = 6 to 7
  7.     set the locH of sprite n to -2000
  8.     set the locV of sprite n to -2000
  9.     updateStage()
  10.   end repeat
  11.   repeat with n = 10 to 12
  12.     set the trails of sprite n to 0
  13.     set the locH of sprite n to -2000
  14.     set the locV of sprite n to -2000
  15.     updateStage()
  16.     set the trails of sprite n to 1
  17.   end repeat
  18.   set the locH of sprite 30 to -2000
  19.   set the locV of sprite 30 to -2000
  20.   set the locV of sprite 8 to -2000
  21.   set the locH of sprite 8 to -2000
  22.   set the locV of sprite 9 to -2000
  23.   set the locH of sprite 9 to -2000
  24.   updateStage()
  25.   set HEAD to 0
  26.   set the keyUpScript to "GETPUZZ"
  27.   puppetSprite(36, 1)
  28.   set the locH of sprite 36 to -2000
  29.   set the locV of sprite 36 to -2000
  30.   set the trails of sprite 36 to 1
  31. end
  32.