Construct 2 Tutorials
Learn game development and coding with Construct 2
-
XML Example 2.0
I played around with the xml example from c2. Instead of the embedded xml, my example uses Ajax. I also added list selection, which might come in handy. You can...
-
How to export to Android with Crosswalk
This tutorial relates to technologies that have been retired. It is preserved for archival reasons only. Crosswalk is effectively the Google Chrome for Android...
-
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...