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

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