Construct Tutorials
Learn game development and animations with Construct
-
-
-
-
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...
-
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...
-
Remember values of instance variables
In this tutorial I'll show you how you can save values of instance variables and then load the saved values without any special saving-plugin. I will use global...
-
-
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....
-
VeryVariable: Toggle Between Two States
Having a toggle switch is one of the most useful tools to have when creating any kind of game. It allows one button to be used to change between two different s...