Construct 2 Tutorials
Learn game development and coding with Construct 2
-
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...
-
Grid-Based Movement
In this tutorial, I'll explain a simple way to move characters smoothly from one grid location to another. The moving character will require two behaviors: Bull...
-
Bridging JS and C2
C2's Javascript SDK was the only way to run your custom JS codes and reflect the changes in C2. Although it's well documented and relatively easy to learn, I gu...