home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global angekreuzt
- if the castNum of sprite 24 = 100 then
- set the castNum of sprite 24 to 101
- set angekreuzt to 1
- put "Kostenlos!" into field "Kostenlos!"
- alert("Bitte lesen Sie die Information zur Bevollmächtigung.")
- else
- set the castNum of sprite 24 to 100
- set angekreuzt to 0
- put " " into field "Kostenlos!"
- end if
- end
-