home *** CD-ROM | disk | FTP | other *** search
/ 1&1 Multimedia Trend 1996 11 D / MM_TREND.ISO / prog / basics / service.dir / 00084.ls < prev    next >
Encoding:
Text File  |  1996-09-16  |  520 b   |  20 lines

  1. on mouseDown
  2.   global pfad, BalkenT3
  3.   SchreibeText(pfad & "director.inf", "auftragt")
  4.   set BalkenT3 to BalkenT3 + 1
  5.   if BalkenT3 > 1 then
  6.     set BalkenT3 to 0
  7.   end if
  8.   puppetSound("click")
  9.   set the castNum of sprite 44 to the number of cast "but1BalkenT3" + 2
  10.   updateStage()
  11.   puppetSound("raus")
  12.   set the castNum of sprite 35 to the number of cast "BalkenT3" + 1
  13.   updateStage()
  14.   set the blend of sprite 35 to 0
  15.   set the blend of sprite 44 to 0
  16.   set the blend of sprite 45 to 0
  17.   updateStage()
  18.   quit()
  19. end
  20.