home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 - Expo 2000 / Image.iso / t-online / show / t_intro.dxr / 00148.ls < prev    next >
Encoding:
Text File  |  1996-11-25  |  459 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 member "but1BalkenT3" + 2
  9.   updateStage()
  10.   puppetSound("raus")
  11.   set the castNum of sprite 35 to the number of member "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.