home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global angekreuzt
- if rollOver(45) then
- go("act")
- else
- if rollOver(46) then
- go("adr")
- else
- nothing()
- end if
- end if
- if rollOver(14) then
- set the castNum of sprite 14 to 86
- else
- if rollOver(15) then
- set the castNum of sprite 15 to 90
- else
- if rollOver(16) then
- set the castNum of sprite 16 to 94
- else
- if rollOver(25) then
- set the castNum of sprite 25 to 121
- else
- set the castNum of sprite 14 to 85
- set the castNum of sprite 15 to 89
- set the castNum of sprite 16 to 93
- set the castNum of sprite 25 to 120
- end if
- end if
- end if
- end if
- repeat with n = 17 to 23
- if rollOver(n) then
- set the castNum of sprite n to 98
- next repeat
- end if
- set the castNum of sprite n to 97
- end repeat
- if angekreuzt = 1 then
- set the castNum of sprite 24 to 101
- put "Kostenlos!" into field "Kostenlos!"
- else
- set the castNum of sprite 24 to 100
- set angekreuzt to 0
- put " " into field "Kostenlos!"
- end if
- go(the frame)
- end
-