This basic tutorial shows you what tileset are and how you can utalize them easy in gamemaker studio. Tiles are basically parts of a tileset which is an image that has normally a 16×16 or a 32×32 pixel grid. The idea behind this is to have a grid of parts, which are called tiles...
Latest videos
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...
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...