Construct Tutorials
Learn game development and animations with Construct
-
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...
-
Making a Fancy Lifebar
Here i'll assume you already have the graphics for your lifebar - make it however you want! But the basic structure is this: The second one is optional. It just...
-
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...
-