home *** CD-ROM | disk | FTP | other *** search
- -- Auftragsformular
- on mousedown
-
- global pfad
- schreibetext pfad & "director.inf", "auftragt"
-
-
-
-
- global balkenT3
- set balkenT3=balkenT3+1
- if balkenT3>1 then set balkenT3=0
-
- puppetSound "click"
- set the castnum of sprite 44 to the number of cast "but1BalkenT3"+2
- updateStage
- puppetSound "raus"
- set the castnum of sprite 35 to the number of cast "BalkenT3"+1
- updateStage
- set the blend of sprite 35 to 0
- set the blend of sprite 44 to 0
- set the blend of sprite 45 to 0
- updateStage
- quit
- end