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

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