home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global BalkenT3
- set BalkenT3 to BalkenT3 + 1
- if BalkenT3 = 2 then
- set BalkenT3 to 0
- end if
- if BalkenT3 = 0 then
- set the blend of sprite 31 to 100
- set the castNum of sprite 31 to the number of cast "BalkenT3" + 1
- updateStage()
- puppetSound("raus")
- set the castNum of sprite 31 to the number of cast "BalkenT3"
- updateStage()
- end if
- if BalkenT3 = 1 then
- set the blend of sprite 31 to 0
- end if
- end
-