Construct Tutorials
Learn game development and animations with Construct
-
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...
-
-
Update your graphics card driver
It's good practice to have up-to-date graphics card drivers. Old drivers can cause display glitches, especially in the Layout View, or run slowly. Sometimes, up...
-
Hit Flash Effect
Today we learn a simple way to add a hit flash effect, it is commonly used to signify to the player that an entity has been damaged. Add the effect called Set c...
-