👩💻 Join our community of thousands of amazing developers!
Hello! In this post, we will learn how to work with arrays in Game Maker. Arrays can contain many elements and then can be one-dimensional or multidimensional. Unlike other programming languages, an array in Game Maker does not need to be initialized. You can add an element to the array without array initialization. The name of the array comes first and its index is indicated in square brackets. Numbering starts from zero...