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