Construct Tutorials
Learn game development and animations with Construct
-
Using project files in Construct 2
Construct 2 allows you to import external files to your project. For more information, see the manual entry on Project Files . This tutorial covers some useful...
-
How to make and name save game slots
In this tutorial we'll see a method to create a "Load Game" layout and an in-game screen for saving/loading with more than one slot; Using Web-storage and an ar...
-
Level Select
Ok, today i'm not going to do a tutorial made from me but its 100% made from so thanks to him for everything he made ^^. So lets start first of all download thi...
-
-
-
How to make a gravity-based platformer
There's been a bit of interest and intrigue about how I made the gravity mechanics in AirScape. So I have decided to write my first tutorial on how I did it, an...
-
Cinematic Zoom
This tutorial is for my friend SocialLie, and I hope that pleases everyone. 1 - Create a Global Variable " zoom " = 1. 2 a - Create two inactive group " zoom in...
-
Random Animation
Every once in a while people ask, how they can randomly select an animation. This very short tutorial shows a very simple way to do this. There are a few basic...
-
Physical Bike!
I've been asked to come up with a tutorial on how to build a "realistic" bike for C2. It took me some time to figure out the most improtant dynamics, but I thin...