Construct Tutorials
Learn game development and animations with Construct
-
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 play...
-
How to make Talking NPCs!
Ever wanted to make an RPG, but couldn't make an NPC? Well, This is how I do make my NPCs! First, you need to have made the player, and an HUD layer. Then, put...
-
Performance Tips for Mobile Games
So, you got Construct 2 installed and working, created a simple 5 sprites game with background, exported it to phonegap build or appMobi and you're like "it's r...
-
Making a Sword Character
Example Capx: Example. Obs: Adapted from my Little Knight game. Feel free to use the code as you wish, but please don't steal the assets :D. Step 1. Create all...
-
Time counter
All cool games have a time counter of some sort. Regardless if it counts upward or downward. So to get a nice counter going, you can use this basic, and simple...
-
-
-
Native Expressions in Construct 2
You can use the following operators in expressions: + (addition). - (subtraction). (multiplication). / (division). % (modulo, remainder after division). ^ (rais...
-
Physics in Construct 2: The basics
Construct 2 includes the Physics behavior, powered by Box2DWeb . This allows you to have objects moving with real-world physics - here's a demo to show the idea...