Construct 2 Tutorials
Learn game development and coding with Construct 2
-
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...
-
Dynamic mini map
This is my capx example for a mini map system using the platform example. If some one need help tell me I Will help you. 1. Only you need to do is, create a ima...