YOU CAN FIND ALL THE TUTORIAL FILES ALREADY DONE HERE! If you're like me two weeks ago, you're probably wondering how to connect your Arduino UNO to Construct 3...
Construct supports writing TypeScript code in both script files and event sheets. If you're new to the Javascript programming language, consider looking for a b...
Download capx. There are many uses for timers in games. Timing a game session, score based on time, countdowns, cooldowns, etc. Creating a timer is pretty simpl...
Many projects are team-based, with multiple people contributing to a single Construct project . Construct supports saving projects in a folder structure, where...
I've been looking for a ladder tutorial but never found. So I decided to make one myself! Also, I'll make a translation for PT-BR later. First things first, mak...
First of all I'm assuming that to read this tutorial you have some basic familiarity with mysql (that is you know it's a database, you know what phpmyadmin is o...
In this series of video tutorials, we create a Breakout game. Note: For an optimal viewing experience, watch the videos on YouTube in Full Screen mode at high r...
The Wait action in the System object waits a number of seconds before running the next action. The Wait for signal action works very similarly, but instead of a...
Construct 2 has an AJAX object that will allow you to make a request to a target page in order to return the resultant data to AJAX.LastData where we can use th...