home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global ghtansui
- case ghtansui of
- "1":
- go("tansui1")
- "2":
- go("tansui2")
- "3":
- go("tansui3")
- "4":
- go("tansui4")
- "5":
- go("tansui5")
- "6":
- go("tansui6")
- "7":
- go("tansui7")
- "8":
- go("tansui8")
- otherwise:
- go(#next)
- end case
- end
-