home *** CD-ROM | disk | FTP | other *** search
- -- 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
- put "Now loading LINGO.INI"&&the date&&the time
- put "This computer is running in "&& the colorDepth &"-bit color depth."
- -- set the centerStage to TRUE
- -- openxlib "fileio"
- global rom_drive
-
-
-
-
-
- --EDIT THE LINE BELOW TO REFLECT YOUR SYSTEM CONFIGURATION
- --SUBSTITUTE THE LETTER ASSIGNED TO YOUR CDROM DRIVE FOR "D" BELOW
- set rom_drive = "X:\"
-
-
-
-
-
-
-
-
-
-
-
- append ((the searchpath), (the pathname))
- append ((the searchpath),rom_drive)
-
- set the centerStage to TRUE
- append ((the searchpath),rom_drive & "FINSLEDS\")
- append ((the searchpath),rom_drive & "PAWSDOS\")
- append ((the searchpath),rom_drive & "CREDITS\")
- append ((the searchpath),rom_drive & "QT_TEST\")
- append ((the searchpath),rom_drive & "SOUNDS\")
- append ((the searchpath),rom_drive & "FLITE\")
- append ((the searchpath),rom_drive & "STILLGFX\")
- put "the searchpath is " && the searchpath
- end startup
-
-