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

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