home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gbSldOpen, giAuto, gb1u1Logo, glBsListe, glgotoListe
- set glBsListe to ["anfang", "roll"]
- set glgotoListe to ["schnell,roll", "isdnpc,konfi", "schnell,roll", "menu_i,roll", "konfi"]
- InitBsFrame()
- PlayMusic("2base")
- CheckMyRollover()
- if (gbSldOpen = 0) and (gb1u1Logo = 0) then
- if giAuto > 0 then
- StopThatSound()
- go("konfi")
- 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
- go(the frame)
- end if
- end if
- end if
- end if
- else
- go(the frame)
- end if
- end
-