home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global startfame, nextframe
- if rollOver(1) then
- cursorchange()
- repeat with n = 2 to 25
- if rollOver(n) then
- set nextframe to n
- if nextframe = startfame then
- exit repeat
- end if
- set goframe to "B" & n
- set startfame to n
- go(goframe)
- exit repeat
- end if
- end repeat
- else
- if rollOver(26) then
- cursorchange2()
- go("B26")
- else
- cursorchange2()
- go("B1")
- end if
- end if
- go(the frame)
- end
-