home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global sector
- unLoad()
- if sector = 1 then
- go("alfa", "sector")
- end if
- if sector = 2 then
- go("fi", "sector")
- end if
- if sector = 3 then
- go("w", "sector")
- end if
- if sector = 4 then
- go("pi", "sector")
- end if
- if sector = 5 then
- go("delta", "sector")
- end if
- if sector = 6 then
- go("psi", "sector")
- end if
- if sector = 7 then
- go("lamda", "sector")
- end if
- end
-