home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gbSldOpen, giAuto, gb1u1Logo
- PlayMusic("2intro")
- if the castNum of sprite 48 > 0 then
- set the visible of sprite 48 to 0
- end if
- CheckMyRollover()
- if (gbSldOpen = 0) and (gb1u1Logo = 0) then
- if giAuto > 0 then
- go("anfang", "flexibel")
- end if
- if rollOver(2) then
- go(the frame + 1)
- else
- if rollOver(3) then
- go(the frame + 2)
- else
- if rollOver(4) then
- go(the frame + 3)
- else
- if rollOver(5) then
- go(the frame + 4)
- else
- if rollOver(6) then
- go(the frame + 5)
- else
- go(the frame)
- end if
- end if
- end if
- end if
- end if
- else
- go(the frame)
- end if
- end
-