GameMaker Studio 2 Dress Up game DnD coding clothing type buttons

Subscribers:
499
Published on ● Video Link: https://www.youtube.com/watch?v=dAd9jRHeA9k



Duration: 1:06:41
261 views
13


Finally some coding !
Yup, we are going to start coding our game in this video.
To be more precise it's going to be Drag and Drop GameMaker Studio coding, but it still counts as coding.

We will follow our game design document (GDD) and try to code clothing type buttons.
That means Hats, Shirts, Pants and Shoes buttons.
So, the problem we need to solve is:
when we click one of those buttons those things should happen:
- play pop up sound
- appropriate clothing should show up on screen
- other clothing buttons should hide
For example, if we click on Hats button we should hear pop sound.
Then buttonHat1, buttonHat2 and buttonHat3 should show on the screen and all other clothing buttons should be hidden.

While solving this problem we will have to learn what are Events in GMS2, what are different types of mouse click Events, etc.
I also made couple of mistakes while coding those buttons myself, but hey that's how it goes in game dev world.
It all finished well and our game is progressing.
In next video we will probably do very similar coding and finish it.

Until then, keep on learning !!!