Construct 2 Tutorials
Learn game development and coding with Construct 2
-
Minimap(Beginner)
I'll tell you how to make a very simple mini card for your game. First, download the sprites.(Sprite icons player will be the same). Point at the minimap set: X...
-
How to climb stairs easily
I needed a ladder in my game and researched a lot and found none easy to do. I always try to look for simple ways using the resources of Construct 2 to solve my...
-
Player Movement
I have been asked by many of you how to control Hero on layout? Can I use Bound by or draw invisible wall to stop Hero going out of layer? How can I plot Hero X...
-
Level Up (RPG Style) (Part1)
A very quick tutorial to make an armor that covers your health the same way grand theft auto does it. You might be continuing from my last tutorial. And maybe y...
-
Random Loot Using Random Values
Ever play a game that had a random loot when you searched something or killed an enemy? Of course you have, it's a nice feature to have in a game. I'll teach yo...
-
-
Spawn Object Randomly without Family
Did you ever thinking about spawning object randomly but you couldn’t do it because family only for licensed user? We have solution for that……. First step, Don’...
-
How to update your app on Google Play
So you have uploaded your app to Google Play and made it available for the whole world to see. But what do you do if you realize that the app has a bug that has...
-
Simulated 3D Space Simulation
Today I got bored while programming and randomly got the idea to make something in fake 3D. This is all rendered using WebGL and the light plugin. It's pretty s...