Construct Tutorials
Learn game development and animations with Construct
-
-
Introduction to WebStorage Simplified
This Is'nt intended to be an end-all-be-all for WebStorage use. I am writting this because I spent over an hour last night trying to figure out how to make my a...
-
Physics: The Rest of the Manual
This tutorial is for anyone who really wants to understand how physics works in Construct 2. A lot of this information should be in the manual that comes with C...
-
Simple water (using Paster plugin)
Here is a project file with a simple water mechanics I've been prototyping for a client. Eventually we used a bit different approach with our game and I've deci...
-
Path Finding
Path finding subject has been prepared by many of you. I still get messages from newcomers how to implement this? Well here is self explaining CAPX that will te...
-
Tile Slider
Now if you had followed my tutorial on Using Arrays then you can understand what I am talking about. When I was asked to do this Array demo many of you sent me...
-
Grid-Based Movement
In this tutorial, I'll explain a simple way to move characters smoothly from one grid location to another. The moving character will require two behaviors: Bull...
-
Fruit Slicers
Someone ask me to help him or her to build Food Slicer game. Where different kind of fruits shootout from bottom and player has to slice the fruits and get scor...
-
Bridging JS and C2
C2's Javascript SDK was the only way to run your custom JS codes and reflect the changes in C2. Although it's well documented and relatively easy to learn, I gu...