GameMaker Studio 2 Dress Up game DnD coding clothing style buttons

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



Duration: 32:58
151 views
4


Follow this video tutorial and your dress up game should be finished for play !
Yup, after this one, we will have everything we need for our game, simple as that.

Today we are going to code clothing style buttons and that's it !
And we are going to use same approach and drag and drop code blocks as from previous video.
So, nothing really new under the sun, we have a problem and we need to solve it.
The problem (idea) is to click on one of the clothing style buttons and that will trigger:
- appropriate clothing style piece to show up on girl character
- non appropriate/different clothing style pieces to hide/destroy from girl character
We will solve this problem by using DnD blocks for Creating/Destroying Instances on our game screen.
You just have to be careful not to forget some of the cases.
So for example if we need to show hat1 on the screen that means we have to delete both hat2 and hat3.
It doesn't matter which one is currently active on the screen, hat2 or hat3, we have to cover all possibilities just to be sure.

Test your game after you code it, some bugs may occur, I hope not, but you are never sure.
And in next few videos we will do a fast review of whole process once again, maybe suggest few new features and polish our game a bit.

Until then, keep on learning !!!