Construct Tutorials
Learn game development and animations with Construct
-
LAN Preview for Windows XP
If you've followed all the steps of Ashley's LAN preview guide and are still experiencing trouble under Windows XP, then this tutorial is for you. NOTE: Make su...
-
RPG-Inventory - Drag and Drop
This topic has been disussed over and over in the forum and YANN already posted his solution. Still I would like to show you, how I would implment an inventory....
-
Creating a subroutine in Construct2
You will need to be atleast familiar with the Construct 2 event sheet in order to follow this tutorial. A subroutine is quite simply re-usable code. Eg. If you...
-
Decimals in a Float
When displaying a float, there can be a lot of decimals which may not look very nice in a highscore or otherwise. But there's a simple way to easily cut away un...
-
BulletTime: Straight Shooting
In another tutorial it showed how two sprites could be put together to make a sort of turret. The base was could move and the gun attached would stick to it whi...
-
-
XAudio2 - Peak and RMS
Warning: Unfortunately, the server software interprets the multiply sign as a control char. Therefore, throughout this tutorial all multiplication signs are rep...
-
Using a pivot point for rotating objects
When an object is on a pivot and you wish to rotate it, it becomes a little harder because you can't simply rotate from it's centre. You need to rotate from it'...
-
how to make a visible counter
First, add a global number variable. Next, add a sprite font. And then, add an event, add a condition, and then add an action, choose the sprite font, put "set...