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

  1. on mouseDown
  2.   global schalterT4, schnell, kostet, fragen, wiegeht, flexibel, isdnpc, konfi, post, transf, sekretar
  3.   if schalterT4 = 1 then
  4.     set schalterT4 to 0
  5.     set schnell to 0
  6.     set kostet to 0
  7.     set fragen to 0
  8.     set wiegeht to 0
  9.     set flexibel to 0
  10.     set isdnpc to 0
  11.     set konfi to 0
  12.     set post to 0
  13.     set transf to 0
  14.     set sekretar to 0
  15.     puppetSound("click")
  16.     set the castNum of sprite 41 to the number of cast "but1BalkenT4"
  17.     set the castNum of sprite 42 to the number of cast "but2BalkenT4" + 1
  18.   else
  19.     puppetSound("click")
  20.     set schalterT4 to 1
  21.     set the castNum of sprite 41 to the number of cast "but1BalkenT4" + 1
  22.     set the castNum of sprite 42 to the number of cast "but2BalkenT4"
  23.   end if
  24.   balkenT4()
  25. end
  26.