Construct Tutorials
Learn game development and animations with Construct
-
How to preview on a local network
Previewing on a LAN address in Construct 2 allows any device on your Local Area Network (LAN) to preview your project. For example, if you have both a PC and an...
-
How to series - 'In Game Shop'
Hi, I have decided to make a how to series of tutorials based on topics users have requested me to help them with. This is the first of the series - A in game s...
-
Using Web Fonts in the Text object
Construct 2's Text object supports Web Fonts , which are fonts hosted online. This is really handy for using interesting fonts because you can't guarantee every...
-
Pinball - Physics to the max!
Since my Pinball example seems to be from quite some interesst, I will try to compile this tutorial for everyone trying to use the physic behavior for similar g...
-
Adding sound - a beginner's guide
It takes three simple steps. Here they're, followed by detailed instructions, and a walkthrough showing how you can add sounds to the Beginner's Guide tutorial...
-
How Construct 2 licenses work
You can use our "What License Do I Need" tool to quickly discover which license you're required to use. A full description of the licenses we offer exists below...
-
C3 Data Convert Example
JSON.Get("store.Info.Location") // Lover's Pond. {. "data": }. JSON.Get("data.0") // 123. JSON.Get("data.1") // 456. Example 2.2. {. "items": }. JSON.Get("items...
-
-
How to Build a Turn Based Strategy Game
An example of what can be accomplished using this tutorial and the provided TBS.Capx template visit the game Classic French vs British on the Construct Arcade....