home *** CD-ROM | disk | FTP | other *** search
/ 1&1 Multimedia Trend 1996 11 B / MM_TREND.ISO / prog / isdn / i_intro.dir / 00012.ls < prev    next >
Encoding:
Text File  |  1996-09-17  |  227 b   |  10 lines

  1. on mouseDown
  2.   puppetSound("click")
  3.   set the castNum of sprite 25 to the number of cast "tvori" + 2
  4.   updateStage()
  5.   set the castNum of sprite 25 to the number of cast "tvori"
  6.   updateStage()
  7.   puppetSound(0)
  8.   go(#next)
  9. end
  10.