home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Player 1997 October
/
PCPL1097A.iso
/
CSERVE
/
INIT_311.DXR
/
00002.ls
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-08-08
|
227 b
|
12 lines
on exitFrame
global gMachine, gSystem
mInit()
set gSystem to "WIN_311"
case gMachine of
"WIN_32", "WIN_16":
go("SCREEN_PC", "AUSWAHL")
"MAC_PPC", "MAC_68":
go("SCREEN_MAC", "AUSWAHL")
end case
end