Construct Tutorials
Learn game development and animations with Construct
-
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...
-
Using Ajax as Event Signals
Everyone! I am Chad Wolfe, founder of Cairo Creative Studios LLC, and today I come to you with a relatively mad and also extremely useful replacement for Event...
-
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!...
-
PlayFab API Part 1: Authentication
Thanks for choosing the PlayFab API Addon by Zalance. Yes, it is a free addon! This is an introduction to working with the PlayFab API as well as integrating it...
-
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...