Construct 2 Tutorials
Learn game development and coding with Construct 2
-
How to toggle Game Sounds & Music
Well, as a game developer, you're going to use lots of sounds , and one or couple of music for your game to make it interesting. Sometimes player wants to mute...
-
Simple swipe on object
Today, I will explain to you how to detect simple swipe events ! You don't need a lot of Global/Local variable and no more events ! Let's begin. First, you have...
-
-
-
-
-
Random Animation - Easy method
People sometimes want to use a random animation but want more options. Firstly, props to Weishaupt, who wrote another very good tutorial here that explains a lo...
-
How to make inventory without arrays.
In this tutorial I will show you how to make an inventory. First thing you need to do is to make 2 sprites: - Item_Slot - Should be 16, 32, 64 (...). - Item (dr...
-
How to make scoring system
Have you ever wondered how to make an effective scoring system? Well, don’t be worried, just follow this tutorial step by step and you're going to get the best...