This tutorial will explain a little bit about how certain features in the C2 runtime work. And how they can impact your performance. It might or might not be th...
If you're working with the Pathfinding behavior (e.G. Turn-based strategy project) you probably want to show player the path that object will move along. Unfort...
I am again with new exciting tutorial on How to make a Player's Follower. In this tutorial I have shown when player moves around then how you can make his follo...
For the recent C3Jam. , I worked on a game called BLU . Its fast-paced strategy platformer with AI enemy bots that use platformer pathfinding. In the game, you...
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...
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...
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...
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...
Many projects are team-based, with multiple people contributing to a single Construct project . Construct supports saving projects in a folder structure, where...