Construct 2 Tutorials
Learn game development and coding with Construct 2
-
3D Card Flip Effect
In this tutorial, we'll learn how to make a 3D card flip effect using Blender and InkScape. The idea Is'nt to change the 3D card each time you create a new game...
-
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'...