Construct Tutorials
Learn game development and animations with Construct
-
-
Making a Powerup
Have you ever wanted to have a powerup that gives you a certain ability? Then you need a few basic things. 1. A sprite. Always have a sprite. 2. The "Solid" or...
-
Gravity-Based Platform Game
Before I begin on this tutorial, i'd like to thank Sqiddster and a very nice Scirra user who helped me understand the code and work me through bugs. I'd also li...
-
Simple Family Tutorial
I saw a member asking about how families work. Here is a simple example (I like examples) how one sprite can interact with any family member. This is a powerful...
-
How to make a laser
This tutorial attempts to show through demonstration, a method for others to create a laser and effect similar to that of the Star Trek: Enterprise. It can be a...
-
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...
-
Tic-Tac-Toe - Part 2
UPDATE UPDATE: There's actually a major bug in the plugin. See here for details and a substitution: Part 2.1. UPDATE: Since part-2 was released, there have been...
-
Create car physics
This tutorial is showing you how to create either a top-down car physics or a side-view car physics with the Car physics behavior. There's already a nice behavi...
-
Making an Interactive Treasure Map
In this tutorial you'll use effects (and other stuff!) to create an interactive map that reveals locations only when the player has "discovered" them. Location...