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
- PlayMusic("2ambient.aif")
- if giAuto > 0 then
- go("konfi", "isdnpc")
- end if
- CheckMyRollover()
- if (gbSldOpen = 0) and (gb1u1Logo = 0) then
- if rollOver(8) then
- go(the frame + 1)
- else
- if rollOver(9) then
- go(the frame + 2)
- else
- go(the frame)
- end if
- end if
- else
- go(the frame)
- end if
- end
-