Construct 2 Tutorials
Learn game development and coding with Construct 2
-
Instance Variable
With Instance Variable you could do amazing things. Your imagination is the limit. Here is demo to start you off. Create new project and call whatever you like....
-
Dinamic Door/Gate switches
This is my first tutorial. It's about doors and switches. It's very simple but I hope you find it useful. First we have to create our doors and switches. We'll...
-
-
-
The Land Of Light and Shadows (Part 3)
Link to part 1. Link to part 2. Since the 170 release this is mostly now unneeded - although the fog section might still be of interest. In the first couple of...
-
Touch control simple Game
Let’s create Touch control game. First create new project and call it whatever you like. 1. Set Layout size to 1500 x 640. 2. Margins 960 x 640. 3. Windows size...
-
Implement FGL HTML 5 API in Construct 2
You need to download the c2 addon file from here : Rename the file as zip and extract in C:\Program Files\Construct 2\exporters\html5\plugins\FGL. Now you have...
-
Simple Platform Tutorial Part 3
Now I do request for forgiveness for my blunder in part two. Because I fail to remember introducing 2 blocks and never explain about that. These 2 block are bre...
-
Asynchronous Callback Object Creation
One thing you will be doing a lot of is creating objects, modifying those objects in some way and then setting them lose into the game world. Normally in comput...