-- 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 -- beep -- global eEgg -- eEgg = "Hi! - from the Director Engineering Team" end startup