home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global gsMenuName
- set gsMenuName to "intro"
- set glBsListe to ["anfang", "roll"]
- set gsMenuName to "intro"
- InitBsFrame(1)
- end
-
- on exitFrame
- global gbSldOpen
- if gbSldOpen = 0 then
- if rollOver(7) then
- go(the frame + 2)
- else
- if rollOver(8) then
- go(the frame + 4)
- else
- if rollOver(9) then
- go(the frame + 6)
- else
- if rollOver(10) then
- go(the frame + 8)
- else
- CheckMyRollover()
- go(the frame)
- end if
- end if
- end if
- end if
- else
- CheckMyRollover()
- go(the frame)
- end if
- end
-