Construct Tutorials
Learn game development and animations with Construct
-
-
How do I use Array
Check in Manuals . 1. Right-click in the Files folder, and New a Array file. 2. You can fill in the cell with content, or copy and paste cell contents from an e...
-
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...
-
-
-
-
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!...
-
Simple 2 Player Game!
Step One : You need to add Multiplayer Plugin to project. Step Two : Next create two sprites ( Host and Peer ) and add Any Behavior You Want. Step Three next go...