Top Tutorials
Beginner's guide to Construct 2
Well done for choosing Construct 2! Let's get started making your first HTML5 game. We'll be making the 'Ghost Shooter' demo game. Try it out here first so you know what we're aiming for: a player Read more
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 Construct 2 and would prefer to make a top Read more
26th, January 2012 |
by Ashley
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 off . It's important for l Read more
How to make a gravity-based platformer
There has 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, and show how simple it really is.The fir Read more
Direction-Based Sprite Animation
This tutorial gives two possible methods of animating a sprite so that it faces and "walks" in the direction it's moving. The first method works for either player-controlled or non-player-controlled s Read more