home *** CD-ROM | disk | FTP | other *** search
/ YMO Selfservice / LAYER2.ISO / pc / lingo.ini < prev    next >
Text File  |  1998-04-26  |  1KB  |  41 lines

  1. -- This is the text file LINGO.INI.  It is designed
  2. -- to tell Director for Windows what XObjects or
  3. -- DLLs should be loaded when starting DIRECTOR.EXE.
  4.  
  5. -- You should have a copy of this file and the associated
  6. -- DLL file (for example, FILEIO.DLL) in the same 
  7. -- location as any Projector you wish to distribute.
  8. -- Otherwise, the Projector will not be able to utilize
  9. -- the features of the DLL you want to use.
  10.  
  11. -- To comment out one of the lines below, use two dashes (--)
  12. -- as in the beginning of these lines.
  13.  
  14. -- The DLLs or XObjects loaded are:
  15. -- FILEIO.DLL, for file input and output
  16.  
  17. on startup
  18.   global GNotClickSound,GDXRPath,gSOUNDFolderName
  19.   global GRootPath,gVRQuality,gSoundBuffer,gArchiveSoundPath
  20.  
  21.   openxlib "fileio"
  22.  
  23.   --
  24.   --例 set GRootPath="Work:PerfectB:SOURCE:"
  25.   --      set GRootPath="Q:¥"
  26.   --      Empty、voidの時はthe pathNameが使用される。
  27.   set GRootPath=""
  28.   --
  29.   set GDXRPath="MOVIE"
  30.   set GNotClickSound=TRUE
  31.   set the exitLock=TRUE
  32.   set gVRQuality=""
  33.   --set gVRQuality=""
  34.   --set gSOUNDFolderName="SOUND"
  35.   --set gSOUNDFolderName="22K16IMA"
  36.   --set gSOUNDFolderName="22K8"
  37.   --set gSOUNDFolderName="44K16"
  38.   set gSoundBuffer=131072
  39.   set gArchiveSoundPath="SAMPLING"
  40. end startup
  41.