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

  1. on exitFrame
  2.   repeat with i = 1 to 37
  3.     set the puppet of sprite i to 1
  4.   end repeat
  5.   setCursors()
  6.   init()
  7.   displayPlayers()
  8. end
  9.