home *** CD-ROM | disk | FTP | other *** search
/ 1&1 Multimedia Trend 1996 11 D / MM_TREND.ISO / prog / isdn / i_flexib.dir / 00067.ls < prev    next >
Encoding:
Text File  |  1996-09-16  |  566 b   |  21 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.   end if
  19.   updateStage()
  20. end
  21.