Construct Tutorials
Learn game development and animations with Construct
-
Creating RPG-style NPCs
Welcome to this NPC tutorial – now complete and with the example project included! The aim of this is to show you how to create a system to control multiple typ...
-
Creating a Layout Transition System
In any game with more than one layout, chances are you’re going to want a way to transition between the layouts. And you’ll want it to look reasonable. In this...
-
-
Construct(ing) Adaptive Music
Adaptive music is a technique (or rather a family of techniques) that can be used to vary a game soundtrack over time. Starting in the early 2000s with the Micr...
-
-
Isometric TileMap
I search for a simple tutorial teaching how to make an isometric map with the Tile map object but I couldn't find it so I decided to make one. These is a fast t...
-
-
easy Pause toggle button
Here's the simple Pause Button for touch screen games. It will Pause and Resume the moving object. If you like it. I already like it too.
-
Using Wait in loops
Although this can be found in the fabulous manual, there are topics about it popping out in the forums from time to time. This tutorial will show how to use the...