Construct Tutorials
Learn game development and animations with Construct
-
Hit Flash Effect
Today we learn a simple way to add a hit flash effect, it is commonly used to signify to the player that an entity has been damaged. Add the effect called Set c...
-
-
-
2D Array Shuffle
Currently, The Vanilla Array sorting is 1D mode, for 2D arrays it breaks their relationship. For some configuration sheet this doesn't apply. Therefore, when we...
-
Create a simple Inventory system
This tutorial introduces several ways to manage data structures to make a simple inventory system. Which one is better dictionary or array inventory? They each...
-
-
Slot Machine Combat Engine
Let’s learn how to use the “Slot Machine Game Mechanics” as a combat engine for hostile game encounters . I also use this game mechanics as an "In-Game Module"...
-
JSON Branch Dialogue Example
Using Array editor / Excel to prepare dialogue data. The same ID will be considered the continuous conversation. ID. Name. Text. Screen1_Intro. Alice. Hi, Bob!...
-
How to Manipulate Arrays - Construct 3
In the file bellow you will see how to manipulate arrays , to create objects on a especifc place , by manipulating the arrays , and you can create any type of d...