This absolute basic tutorial shows you what variables do in gamemaker and why it is key to understand that they not only store simple data like a string (text) or number but they also store a reference to an instance. Image a reference like a link or a pointer to a memory space of an...
Layout A (with pagination)
This basics video tutorial shows you how to access with the “with” statement or by other means instances which you might have not see in my other tutorials before in gamemaker studio. These keywords are: self, all, noone and other. Their function is to get specific instances...
This basic video tutorial shows you how to use the debugger in gamemaker studio. There are 3 main reasons why this tool is very useful for all developers. First you can check your performance and determine how and if there are any memory leakages or ineffective useages of certain...
This video tutorial shows you what audio groups are and what their core function is in gamemaker studio. This code is on the one side, to seperate audio files into groups in order to load or unload them to make their useage memory efficient. On the other hand grouping sound in certain...
🔴Game Maker Studio 2 | Basics – Variables: Instance, local, global, inbuild, enum, macros
This basic video tutorial is meant for beginners who are not sure what the different variables mean and how they work. The most commonly used variables are the instance variables (blue color) that are being used in the instance itself and not to be confused with the green colored inbuild...

