home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global section
- if section = "menu" then
- go("menu")
- end if
- if section = "next" then
- go(marker(1))
- end if
- if section = "back" then
- go("menu")
- end if
- if section = "sect9" then
- go("sect9")
- end if
- if section = "quit" then
- go("quit")
- end if
- end
-