Archive for February, 2009
Use the source Luke!
Written by Cheryl on February 22, 2009 – 10:31 pmI had trouble running my compiled version of Whack-a-mole. It ran perfectly fine in TGB. Once I told it to Build (compile) with the source included, it worked like a charm. Strange.
Tags: build, compile, source, torque
Posted in Lessons Learned | No Comments »
different quotes for different folks
Written by Cheryl on February 17, 2009 – 12:09 amPaste this line into notepad. Then replace one of the quotation marks. Notice the difference?
exec(â€Â~/gui/ggSplash.guiâ€Â);
The original quotes are going throw a syntax error, which will not only stop your GUI from loading, but will prevent your entire initializeProject() from working.
this is my lesson learned from the garagegames.com forums (yes I got my game to work)
Tags: initialize project error, syntax, tgb
Posted in Lessons Learned | No Comments »