function names
Wednesday October 18th 2006 08:27 AM PST
For no reason whatsoever i was looking through some old code today. Its old LINGO, so its been able 3 years since i've really done anything huge with it. At work i'm digging back into some director production, so i might as well get back into it. I crack open the Star Trek Nemesis multiplayer web module. I just wanted to look at some of the multiuser server code. I started laughing when i saw the function name i'd given my init function. It looked something like this:
on startmovie
housekeepingyouwantmeflufpillow
end
on housekeepingyouwantmeflufpillow
--all the init scripts go here
end
No Comments Yet
