Construct Tutorials
Learn game development and animations with Construct
-
Make an unlock pattern
Do you want to make an unlock pattern ? Here it is. All in explained in the capx embeded ;). You can also look at the awesome demo here ;). Enjoy. Please tell m...
-
Edge Border Area Generator
Save the world! Err. I mean say the word. Often strategy or puzzle game incorporate edge border to visually indicate areas. An area usually formed by group of b...
-
The drag and drop object Sprite
First we create a Sprite, so we can add the mouse event. Now let's create more sprites with the same size for to create a magnetic effect or drop over a specifi...
-
Using AJAX object with ASP.NET WEB API
Tip: You can download a template project at Tutorial Downloads, with all code and packages you'll need to start coding ;) If you like to download it, jump to St...
-
How to make a 3D Minecraft-like game
PLEASE NOTE THIS TUTORIAL IS UNDER HEAVY DEVELOPMENT AND IS BY NO MEANS WORKABLE OR COMPLETE! You may have read JoyfulDreamer s Pseudo-3D Games tutorial and got...
-
Simple Tile Based Lighting
Quite simple example using adjust HSL effect and Line of sight behavior. However if you can't use WebGL effects you could also make it use grid of black blocks...
-
Change Controls In-game
Hello everybody, I made a small example on how to change controls in-game to your own custom controls without changing any events or functions. I didn't have ti...
-
Progressive Level Selector
In this tutorial, you will be guided through an entry-level level selector similar to Angry Bird's level selector mechanism. This will requires you to be famili...
-
Simple water (using Paster plugin)
Here is a project file with a simple water mechanics I've been prototyping for a client. Eventually we used a bit different approach with our game and I've deci...