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...
-
Making a simple mask
2) the second will have 2 sprites for masks; 3) the third the player-sprite. On the layer mask, set FORCE OWN TEXTURE to YES. This layer should have two objects...
-
Flappy Birds Clone in 10 minutes
With Construct 2 , it's possible to put together a very basic "Flappy Birds" game in around 10 minutes! You can download all the images and the Construct 2 Capx...
-
-
Dragging the Screen with Mouse and Touch
I have been working on a project that required the user to drag the screen using the mouse or touch and it was rather difficult but I have since (with help from...
-
Cloning the Classics: PacMan
In this tutorial, we'll create a PacMan clone using the free edition of Construct 2 (version 90). (The capx file is available for download.). First, you should...
-
Supporting multiple screen sizes
Virtually every game has to work on a different sized screen. This can be different size phone screens - which can even vary across different versions of the sa...
-