Question:
How can I Organize my Code in Game Maker better?


Answer:

In Game Maker, when you code, you usually don't need semicolons at the end of lines. But most of the time, they make your code easier to read!

The code below works. If you run it, you wont get any errors.


The problem with the above code is that it's kind of hard to read. And when the coding gets REALLY complex, it will be even harder to read.

Adding semicolons helps keep your code organized! Below is the same code with semicolons added between statements:


That's more like it! Try it in your own projects!

Page updated: March 23rd, 2015 @ 6:21 AM Eastern Time

Copyright 2010-2023 ExecuteCode.com.
All Rights Reserved.
Our other websites: