home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
YMO Selfservice
/
LAYER2.ISO
/
pc
/
lingo.ini
< prev
next >
Wrap
Text File
|
1998-04-26
|
1KB
|
41 lines
-- This is the text file LINGO.INI. It is designed
-- to tell Director for Windows what XObjects or
-- DLLs should be loaded when starting DIRECTOR.EXE.
-- You should have a copy of this file and the associated
-- DLL file (for example, FILEIO.DLL) in the same
-- location as any Projector you wish to distribute.
-- Otherwise, the Projector will not be able to utilize
-- the features of the DLL you want to use.
-- To comment out one of the lines below, use two dashes (--)
-- as in the beginning of these lines.
-- The DLLs or XObjects loaded are:
-- FILEIO.DLL, for file input and output
on startup
global GNotClickSound,GDXRPath,gSOUNDFolderName
global GRootPath,gVRQuality,gSoundBuffer,gArchiveSoundPath
openxlib "fileio"
--
--例 set GRootPath="Work:PerfectB:SOURCE:"
-- set GRootPath="Q:¥"
-- Empty、voidの時はthe pathNameが使用される。
set GRootPath=""
--
set GDXRPath="MOVIE"
set GNotClickSound=TRUE
set the exitLock=TRUE
set gVRQuality=""
--set gVRQuality=""
--set gSOUNDFolderName="SOUND"
--set gSOUNDFolderName="22K16IMA"
--set gSOUNDFolderName="22K8"
--set gSOUNDFolderName="44K16"
set gSoundBuffer=131072
set gArchiveSoundPath="SAMPLING"
end startup