And welcome to another tutorial. Today we are going to make a health bar like in the Legend of Zelda games (and others), where you have a set of hearts on the u...
I was looking through the tutorials today and realised that there seemed to be a lack of RTS tutorials, therefore since I am developing one, I thought that I'd...
Making a simple but complete asteroid clone in less than 100 events using C2's free edition, that is the challenge of this tutorial. To prove that it is possibl...
In this tutorial we are going to add some additional functionality to our platformer games in the form of a wall jump action for our character. This is a tutori...
In this tutorial we are going to add some additional functionality to our platformer games in the form of a double jump action for our character. This is a tuto...
JSON.Get("store.Info.Location") // Lover's Pond. {. "data": }. JSON.Get("data.0") // 123. JSON.Get("data.1") // 456. Example 2.2. {. "items": }. JSON.Get("items...
But mine here is better. Say you wanted to pick a random greeting so when the game starts a character says either "Hi", "Hello", "Hi there" or "Greetings" or "W...
Starting from an inspiration to create a Project Viewer application by storing data on the existing MySQL database on the hosting, then find this way that is qu...
I've had some problems when I try to implement Newgrounds API features such as Medals and Scoreboards into my Construct 2 game. So, I want to share my experienc...