When Construct's Javascript coding feature was launched in 2019, all the scripts in a project ran as classic mode scripts. This is how Javascript has run in web...
Up until now, the mouse has been used to control the battle system. We're going to make some changes in this version to swap to keyboard controls and have a tex...
How to Make a Match 3 Game Chain in Construct 3 and 2. Hello ! In This Tutorial ( file Attached ) you will learn how to make a game touch and mach 3 or more ins...
This short tutorial will sum up all the tiny things you should know about if only you took the time to read the manual. I will try to keep this up to date with...
Construct can export your project as a traditional desktop app with NW.Js , which is basically a standalone version of the Google Chrome browser. In other words...
By default browsers don't display any error messages when things go wrong. This is so your experience browsing the web is smooth and not interrupted with lots o...
Android apps, stored in APK files, must be signed before they can be published. This verifies that you're the publisher and that they've not been tampered with...
In this tutorial, we’re going to be looking at adding a Line of Sight-based system where an NPC can notice the player and trigger an action. It will function in...
Welcome to another tutorial on using a JSON-based dialogue system. As mentioned above, this follows on from a previous tutorial, but where that one demonstrated...