Learn game development and coding with Construct 2
Continuous preview is a feature in Construct 2 that allows you to preserve the gameplay state when previewing . This also makes it possible to design levels as...
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...
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....
So you've made your game and put in a few sound effects, and maybe have a decent song in there as well. That's a start! Hopefully you've scanned over Adding sou...
Preface: You're better off creating your own buttons than using Construct 2's button object, especially if you plan on exporting your game to CocoonJS/DirectCan...
A game is a set of rules that determines what the players involved can and can not do. So how to you make a set of rules into something that is "fun"? This is w...
I made another video tutorial for Envato Gamedev TutsPlus . The tutorial is composed of 5 parts that will be released over the 5 next weeks, and aimed at beginn...
This tutorial is out of date; You don't need to follow those steps, just pick the 'node-webkit' export option in Construct 2 and it will do everything automatic...