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

  1. on CLEARPUP
  2.   repeat with n = 4 to 48
  3.     set the locH of sprite n to -2000
  4.     set the locV of sprite n to -2000
  5.     updateStage()
  6.     puppetSprite(n, 0)
  7.   end repeat
  8. end
  9.