home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1995 July / PCPRO.ISO / motoring / support / tech / shared.dir / 00919.ls < prev    next >
Encoding:
Text File  |  1995-05-11  |  232 b   |  9 lines

  1. on animButton theClicks
  2.   puppetSound("Click")
  3.   set whichSprite to the clickOn
  4.   set whichCast to the castNum of sprite whichSprite
  5.   set the castNum of sprite whichSprite to whichCast + 1
  6.   updateStage()
  7.   theTempo(theClicks)
  8. end
  9.