Learn game development and animations with Construct
Don't worry! Just use our specially made, easy to understand, tutorials! I walk you through every step to make sure you totally understand what it is you're act...
In this video I have shown howto use local storage or how we can save things like position of sprite, animation frame or score in local storage. If you guys lik...
Wanted to show for those who dont know C2 very well yet, how they can make a Block It Type of game under 10 events. What we'll need : 1 sprite object for the ba...
T his tutorial operates under the assumption you know what a keystore and signing a APK is. If you need to figure that out, Google it. Someone wanted a tutorial...
Has anyone bothers to check Scirra tutorial forum, you will always find someone to help and also all type of Construct 2 tutorials. If one can't find what they'...
Construct 2 Game Development Tutorial for Begineer. This is a complete game tutorial. How I have made Android game "Ride Dual Cars" in Construct 2 without havin...
Here I have just shown how to implement IAP in Contruct 2 Project. Here is how to implement or what are the proper steps of event sheet so that IAP works proper...
I need a pie timer for my project, and didn't manage to find any example simple and light enough for my needs, so I created one and thought to share it - maybe...
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...