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

  1. on mouseDown
  2.   global pfad
  3.   puppetSound("click")
  4.   SchreibeText(pfad & "director.inf", "ende")
  5.   set the castNum of sprite 26 to the number of cast "Tinhalt" + 2
  6.   updateStage()
  7.   set the castNum of sprite 26 to the number of cast "Tinhalt"
  8.   updateStage()
  9.   puppetSound(0)
  10.   sound stop 1
  11.   sound stop 2
  12.   quit()
  13. end
  14.