home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gbSldOpen, gb1u1Logo, giAuto, gsGoMain
- set gsGoMain to "Ende"
- if the castNum of sprite 48 > 0 then
- set the visible of sprite 48 to 0
- end if
- set gbDoBlink to 0
- CheckMyRollover()
- PlayMusic("TELEK2")
- if not gbSldOpen and (gb1u1Logo = 0) then
- if rollOver(10) then
- go(the frame + 1)
- else
- if rollOver(11) then
- go(the frame + 2)
- else
- if rollOver(12) then
- go(the frame + 3)
- else
- if rollOver(13) then
- go(the frame + 4)
- else
- go(the frame)
- end if
- end if
- end if
- end if
- else
- go(the frame)
- end if
- end
-