home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- repeat with i = 5 to 14
- if i = 10 then
- next repeat
- end if
- if rollOver(i) then
- if i < 10 then
- go(marker(0) + (i - 4))
- else
- go(marker(0) + (i - 5))
- end if
- exit
- end if
- end repeat
- rollOvers()
- go(the frame)
- end
-