Construct Tutorials
Learn game development and animations with Construct
-
-
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...
-
-
How to cast shadows that change with time
Ok. Events have moved on since I first wrote this tutorial. Since r170, Construct 2 has included a shadow casting behavior. Rather than delete this tutorial, ho...
-
3D Star Map
I have been having a lot of fun reading through old forum posts recently, looking at examples, learning how to do various things. Yesterday, I came across a pos...