Construct Tutorials
Learn game development and animations with Construct
-
-
MouseMoves: Following the Cursor
Tracking to the cursor directly can be a great way to control sprites and maintains the precise movement of the mouse itself. But sometimes the movement of the...
-
MouseMoves: 1-to-1 Movement
The mouse is a very useful tool in gaming because of its precise movements. By tracking a sprite to the mouse cursor it can be used in variety of ways. To track...
-
-
Uploading to the Scirra Arcade
The new Scirra Arcade allows you to share your game with the world on the Scirra website itself! Here's what you need to know. To ensure players have a good exp...
-
Uploading HTML5 games to Kongregate
Kongregate.Com in the most basic description, is a flash game website that offers tons of games to play from various developers. Its a great source for those st...
-
Native Expressions in Construct 2
You can use the following operators in expressions: + (addition). - (subtraction). (multiplication). / (division). % (modulo, remainder after division). ^ (rais...
-
-
Supporting multiple screen sizes
Virtually every game has to work on a different sized screen. This can be different size phone screens - which can even vary across different versions of the sa...