Construct Tutorials
Learn game development and animations with Construct
-
-
-
Create car physics
This tutorial is showing you how to create either a top-down car physics or a side-view car physics with the Car physics behavior. There's already a nice behavi...
-
Making an Interactive Treasure Map
In this tutorial you'll use effects (and other stuff!) to create an interactive map that reveals locations only when the player has "discovered" them. Location...
-
-
Sending info to a mysql database.
After going crosseyed looking for info for newbies I decided to do the ole trial and error to link up to a mysql database. So far what I can do is send info to...
-
Get/Set data from HTML page
In this tutorial I will show you how to send data from the HTML page which hosts the Constuct 2 game (canvas), to the game itself, and vice versa. This is handy...
-
Pick every object within range
This is my first tutorial so please send me some feedback with your comment. In this tutorial will show you how to pick any object within some range. I could no...
-
3D sprites
As you all know Construct 2 doesn't support 3D models, so the only way to make a game seem like it's 3D is to generate images of 3D objects and use them as spri...