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

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