home *** CD-ROM | disk | FTP | other *** search
/ 1&1 Multimedia Trend 1996 11 B / MM_TREND.ISO / prog / t_online / shared.dir / 00525.ls < prev    next >
Encoding:
Text File  |  1996-09-18  |  260 b   |  11 lines

  1. on mouseDown
  2.   puppetSound("click")
  3.   set the castNum of sprite 26 to the number of cast "Tinhalt" + 2
  4.   updateStage()
  5.   set the castNum of sprite 26 to the number of cast "Tinhalt"
  6.   updateStage()
  7.   sound stop 1
  8.   sound stop 2
  9.   go("roll", "T_intro.dir")
  10. end
  11.