Construct 2 Tutorials
Learn game development and coding with Construct 2
-
Making a Smooth Following Camera
Ok, this tutorial is about making a camera follow the player smoothly. Exemple: You need to create your player, I'll not explain it here, you can find in Beginn...
-
Beginner's guide to Construct 2
We recommend starting with Construct 3. This tutorial refers to Construct 2. Click here to go to the Beginner's Guide to Construct 3 tutorial . Let's get starte...
-
How to make a Platform game
Construct 2 can make all kinds of 2D games. In this tutorial, you'll be taken through the basics of making a platform game in Construct 2. If you're new to Cons...
-
-
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...
-
Building a global user interface (UI)
This is a short tutorial that will show you how to create a user interface (UI, also known as a heads-up display or HUD) in a single, dedicated layout that carr...
-
Checking for errors in browsers
By default browsers don't display any error messages when things go wrong. This is so your experience browsing the web is smooth and not interrupted with lots o...
-
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...
-
How to make savegames
Construct 2 provides an easy way to make savegames. These allow your players to save the game , then come back later and load it from exactly where they left of...