All Posts in GameMaker Studio 2



Finished video 48 and 49 of Shaun Spalding's action RPG tutorial
The two videos covered saving and loading of the game's stats like health, money, etc.


Noticed that the arrows and hook would go over walls yesterday
I made additions to their code so that the arrows gets destroyed, and the hook retracts when they hit a wall


Finished the 47th video of Shaun Spalding's action RPG tutorial
The shop now has items to buy and use


Finished 1up Indie's tutorial on fake virtual threshold
When the player holds down a movement key, there will be a delay before movement. The number above the player represents that delay timer


Finished the 46th video of Shaun Spalding's action RPG tutorial
Created a roof that goes transparent when the player goes under it. Also made a shop area with a shopkeeper


I coded the large boulder to spawn rock fragments when it gets destroyed
Before, the destruction looked weird with the boulder just disappearing


Finished the 45th video of Shaun Spalding's action RPG tutorial
Pots now break like the newly created small rocks. There's also a boulder that can only be destroyed by bombs


Finished the 44th video of Shaun Spalding's action RPG tutorial
The video covered auto tiling; which was used to create a new area


Finished the 5th video of Shaun Spalding's turn-based battle tutorial
The party and enemies now attack their foes instead of themselves


Finished the 43rd video of Shaun Spalding's action RPG tutorial
Using code similar to the slime's, a bat enemy has been created