home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if rollOver(2) then
- cursor(3)
- go(the frame + 1)
- else
- if rollOver(3) then
- cursor(3)
- go(the frame + 2)
- else
- if rollOver(4) then
- cursor(3)
- go(the frame + 3)
- else
- if rollOver(5) then
- cursor(3)
- go(the frame + 4)
- else
- cursor(0)
- go(the frame)
- end if
- end if
- end if
- end if
- end
-