Learn game development and animations with Construct
Hi everybody, in this short tutorial I'm showing you my way of replacing objects inside events. I know this is a long awaited feature and it's already in the "t...
Si vous avez utilisé GameMaker, vous pouvez connaitre cette fonction sous le nom de "lengthdir_x",y. Ceci n'est pas disponible de base dans Construct mais est e...
This tutorial shows how to select a character in a game. Keyboard Controls: Right Arrow. Left Arrow. Step 1. Load an image with a 4 frames in it and set the ani...
If you have used GameMaker, you might know this as lengthdir_x,y. This isn't available in Construct, but really its just a simple formula. For that reason, this...
Thanks to the beauty of the physics behavior in Construct 2, we can create some spectacular effects that simulate real world physics. One of the questions I’ve...
First you need to create you turret. You can use this one: And use this bullet: The bullet will need bullet movement. You will also need something to shoot at....
This will get your app ready to publish to the Windows 8 Store using Clay.Io! There will be some code wrangling in the Visual Studio IDE so this Is'nt aimed at...
Game Jolt is a website that hosts indie games. Two particularly interesting features it offers are ad revenue sharing (Game Jolt shares 30% of revenue generated...
The Algorithm object is a very simple plugin that allows one to easily create algorithms. Algorithms are essentially flowcharts. I created this tiny plugin for...