home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FDR
/
FDR.iso
/
FDR
/
FDR.DXR
/
00006_OK.ls
< prev
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
|
1996-10-22
|
164 b
|
11 lines
global vPal, vDelim
on exitFrame
set vPal to "oPal"
if the key = "D" then
go("DEMO")
else
go(1, the pathName & "DATA" & vDelim & "0_0")
end if
end