home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hentype 1
/
HentypeCD01.iso
/
lingo.ini
< prev
next >
Wrap
Text File
|
2000-12-05
|
915b
|
21 lines
-- This is the text file LINGO.INI. It is designed
-- to allow the execution of Lingo on Director start-up.
-- Some functionality is not permitted from the on startup handler
-- for example, 'put' statements don't function from the startup handler
-- To try out the on startup handler, uncomment the 3 example lines in the handler
-- you should hear a 'beep' while launching & then typing
-- showGlobals in the message window will display our message
-- To comment out the lines below afterward, use two dashes (--)
-- as in the beginning of this line.
on startup
set the searchpaths = ["@:videos","@:musica","@:imagenes:Bakudan (Collection)","@:imagenes:Brutish Mine (Designs)","@:imagenes:Desktop Themes","@:imagenes:Doramata (Parody)","@:imagenes:Doreai (Hardcore)","@:imagenes:Scramble 2"]
-- beep
-- global eEgg
-- eEgg = "Hi! - from the Director Engineering Team"
end startup