home *** CD-ROM | disk | FTP | other *** search
- on doAnzeige x
- puppetSound("Einrasten")
- updateStage()
- if the frameLabel = "Ruhr" then
- set first to 28
- else
- set first to 40
- end if
- set y to item 1 of x
- if y contains "- " then
- set y to item 6 of x
- end if
- set the text of field "Stadt" to y
- set the text of field "tel" to item 2 of x
- repeat with i = 0 to 3
- set the visible of sprite (first + i) to 1
- end repeat
- if item 3 of x contains "ja" then
- set the visible of sprite (first + 4) to 1
- else
- set the visible of sprite (first + 4) to 0
- end if
- if item 4 of x contains "ja" then
- set the visible of sprite (first + 5) to 1
- else
- set the visible of sprite (first + 5) to 0
- end if
- end
-
- on ClearAnzeige x
- if the frameLabel = "Ruhr" then
- set first to 28
- else
- set first to 40
- end if
- repeat with i = 3 to 5
- set the visible of sprite (i + first) to 0
- end repeat
- set the text of field "Stadt" to "- - -"
- set the text of field "tel" to "- - -"
- set the text of field "Ort" to " "
- end
-