Construct 2 Tutorials
Learn game development and coding with Construct 2
-
AJAX Example with Construct 2
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...
-
How to use the System 'Wait' action
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...
-
Basic Loops and Arrays
This tutorial is under construction! Please tell me if I've gotten anything wrong, or missed something you think is important. In this tutorial we'll look at th...
-
-
-
-
How to create a coin-based points display
Making a points display is infinitely easier than what you'd expect. For this tutorial, we're going to learn how we can set points in a game. Like how many poin...
-
-
Math Quiz : Simple Equation
Today, we're gonna make an education puzzle game which uses simple math equations and matching logic. A math equation will appear, and the user will answer the...