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

  1. on mouseDown
  2.   global pfad
  3.   puppetSound("click")
  4.   set the castNum of sprite 24 to the number of cast "tzur├╝ck" + 2
  5.   updateStage()
  6.   SchreibeText(pfad & "director.inf", "ende")
  7.   set the castNum of sprite 24 to the number of cast "tzur├╝ck"
  8.   updateStage()
  9.   quit()
  10. end
  11.