Construct Tutorials
Learn game development and animations with Construct
-
MouseMoves: Following the Cursor
Tracking to the cursor directly can be a great way to control sprites and maintains the precise movement of the mouse itself. But sometimes the movement of the...
-
How to make a Facebook game
In this tutorial, we'll learn how to add a HTML5 game made with Construct 2 to Facebook, and how to integrate it with Facebook's features. If you haven't alread...
-
New to Construct: where to start ?
You may just have found about Scirra's creation tools and are considering using them to make your future application/game. Nevertheless, this is a new world for...
-
Upload your game to Dropbox
Have you finished your game and want to share it with the world? If you have your own website and some HTML know-how, you probably are comfortable integrating t...
-
How to write a good tutorial
In this tutorial, I am going to walk you through writing your first tutorial, and then offer some advice on what makes a good tutorial! The first thing you need...
-
Create a simple Inventory system
This tutorial introduces several ways to manage data structures to make a simple inventory system. Which one is better dictionary or array inventory? They each...
-
-
JSON Branch Dialogue Example
Using Array editor / Excel to prepare dialogue data. The same ID will be considered the continuous conversation. ID. Name. Text. Screen1_Intro. Alice. Hi, Bob!...
-
When to use functions?
The tutorial uses a simple example project which shows what can go wrong when you repeat code and then make changes, and shows how to refactor the events with f...