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...
-
-
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...
-
-
How to secure your game assets
There are many known techniques and methods of protecting game assets from being stolen or riped but none of them are perfect, and some of them are quite comple...
-