Re: Why does stuff that's s'pose to go/do something go everywhere else
Trying to write simple code for little games that I like to design now and again. Although the engine is mostly controlled by a graphical interface, there are times when the fine control of code is required. Unfortunately, if you misplace a single bracket or forget to capitalize a certain word, you're screwed until you can find the precise problem spot among dozens of lines of code that all look the same.
Trying to write simple code for little games that I like to design now and again. Although the engine is mostly controlled by a graphical interface, there are times when the fine control of code is required. Unfortunately, if you misplace a single bracket or forget to capitalize a certain word, you're screwed until you can find the precise problem spot among dozens of lines of code that all look the same.