home *** CD-ROM | disk | FTP | other *** search
/ 1,000 Games / Disc1.iso / ADVEN / STRIPME / STRIPME.EXE / CATCH.DXR / 00033.ls < prev    next >
Encoding:
Text File  |  1996-01-11  |  120 b   |  8 lines

  1. on exitFrame
  2.   repeat with i = 1 to 37
  3.     set the puppet of sprite i to 0
  4.   end repeat
  5.   nextPlayer()
  6.   go("game")
  7. end
  8.