People say, started a game but halfway coding the game, get a new idea and try to add on this or that get lost and drop that game altogether and start all-over...
Here is the simplest way to Save and Load a score value. (you can do it for any other number value). First, insert a WebStorage object. (don't worry, it will no...
There isn’t day going by and someone ask when are you going to do my request or send me how to do this or that. Some ask how I can manipulate some code to do sl...
1st) Make global variable Highscore=0 = your in game highscore variable. Make Global variable Score=0 = your in game score variable. 2nd) System - start of layo...
This tutorial will teach you how to make touch movement controls where horizontal swiping on one side of the screen controls the movement of the character, and...
In this video I have shown how to create growing buttons style in Construct 2. Here I am not using any behavior just making variables. So If you guys like my wo...
In this I have shown how you can create your own sliderbar in Construct 2. This is little similar to Construct 2 Official Slider Bar like minimum value, maximum...
In this video I have shown how you can make a HealthBar for your video game. And in this HealthBar power will decrease when enemy attack on player and health ba...
In this video I have shown how you can create multiple movements of any character on same Animation using global variable and also select character option. So i...