home *** CD-ROM | disk | FTP | other *** search
/ HYPE / HYPE.ISO / machine.dxr / 00037.ls < prev    next >
Encoding:
Text File  |  1996-08-11  |  103 b   |  7 lines

  1. on exitFrame
  2.   set count to 5
  3.   repeat with count = 5 to 9
  4.     puppetSprite(count, 1)
  5.   end repeat
  6. end
  7.