home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global schalterT4, ser, kostet, btx, plus, inter, email, wiegeht, fragen
- if schalterT4 = 1 then
- set schalterT4 to 0
- set ser to 0
- set kostet to 0
- set btx to 0
- set plus to 0
- set inter to 0
- set email to 0
- set wiegeht to 0
- set fragen to 0
- puppetSound("click")
- set the castNum of sprite 41 to the number of cast "but1BalkenT4"
- set the castNum of sprite 42 to the number of cast "but2BalkenT4" + 1
- else
- puppetSound("click")
- set schalterT4 to 1
- set the castNum of sprite 41 to the number of cast "but1BalkenT4" + 1
- set the castNum of sprite 42 to the number of cast "but2BalkenT4"
- end if
- balkenT4()
- end
-