home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 July / macgaichiban199607.bin / MOVIES / PTM / 00095.ls < prev    next >
Encoding:
Text File  |  1996-05-09  |  132 b   |  9 lines

  1. on mouseDown
  2.   puppetSound("click")
  3.   updateStage()
  4.   repeat with i = 22 to 29
  5.     puppetSprite(i, 0)
  6.   end repeat
  7.   go("READ")
  8. end
  9.