In this tutorial I'll show you how to create offscreen enemy indicators. Click here for a demonstration. We'll modify the Ghost Shooter tutorial example so open...
This .Capx tutorial attempts to show through demonstration, a method to quickly, easily and simply create a navigationable menu; Using both a text based menu or...
So like most RPG type games, there are pickups involved. There's a problem involved when there are multiple objects in quite a small space. This can easily be f...
Ever wanted to make an RPG, but couldn't make an NPC? Well, This is how I do make my NPCs! First, you need to have made the player, and an HUD layer. Then, put...
So, you got Construct 2 installed and working, created a simple 5 sprites game with background, exported it to phonegap build or appMobi and you're like "it's r...
Currently: 4th April 2012 the audio in PhoneGap is broken. And it's not the fault of Construct 2, it's a problem of PhoneGap and the way it handles sound. Broke...
In the other tutorial we learned how to map the players position on a layout to a Mini-Map. Now we'll take things one step further. Instead of just using the Mi...
In this tutorial I'll show you how you can save values of instance variables and then load the saved values without any special saving-plugin. I will use global...
This tutorial was inspired by Alin's Eyes following mouse cursor tutorial in Flash AS3 , where you see a cute three-eyed monster follow the mouse. We'll do the...