In my last build I created an ingame level editor, where users can create their own levels and share them with others. Here is a tutorial based on my wall-break...
(Original template taken from The objective of this tutorial is to show how one might modify a game template, and in turn to give you all a template to build of...
In this part 2 we are going to add communication between Entities (creature). There are many ways one can add these Entities. I will show you simple way after t...
In most games, you’ll probably find yourself needing to implement a menu of some sort. In its simplest form, a menu could be a button which the player clicks wi...
If you want to load a XML data from PHP server into arrays , variables or anything else in yor app or game check this out. All My tutorials here. 1) Upload the...
Back when I started learning c2 I struggled a lot with learning arrays, so I thought this method may help reduce the learning curve a bit. Update: I added a sec...
I recently put out a new video course at Learn Construct 2 . This video is an add on to that course showing how to create a local top 10 high score table using...
When you're using custom fonts in your project, then exporting it with phonegap and building it with Xcode for iOS you may find that you dont see your custom fo...
This topic has been disussed over and over in the forum and YANN already posted his solution. Still I would like to show you, how I would implment an inventory....