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...
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...