Construct Tutorials
Learn game development and animations with Construct
-
Using project files
Construct allows you to import external files to your project. For more information, see the manual entry on Project Files . This tutorial covers some useful wo...
-
-
-
-
Dynamic Choose
But mine here is better. Say you wanted to pick a random greeting so when the game starts a character says either "Hi", "Hello", "Hi there" or "Greetings" or "W...
-
-
Darkness and Flashlight
In this tutorial, I will teach you how to make a dark place and a flashlight. First, you will need a ground and a player. (I added a ceiling to have a cave like...
-
Multi Touch Movement Controls
This tutorial will teach you how to make touch movement controls where horizontal swiping on one side of the screen controls the movement of the character, and...
-
LayerToCanvas/CanvasToLayer example
Simple example how to project position from another layer using LayerToCanvas and CanvasToLayer expressions. Setting Sprite position from "UI" layer (parallax 0...