Construct Tutorials
Learn game development and animations with Construct
-
How to use continuous preview
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...
-
-
-
-
Scene Transition with Shaders
While Ashley doesn't implement automatic scene transition effects, i'm gonna teach how to do it manually on this tuto. Result Capx. 1. Preparation. Have at leas...
-
-
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...