This is part 5 of the tutorial series Learn TypeScript in Construct . This part continues on from part 4. So in case you missed it, see Learn TypeScript in Cons...
First, let's create a new project and entitle it to whatever you like. I am calling my project “2D Rooms” (aka “Tutti Rooms” ;). Step #1: On our Project`s Panel...
This is part 13 of the tutorial series Learn TypeScript in Construct . This part continues on from part 12. So in case you missed it, see Learn TypeScript in Co...
Here is a method for supporting multiple languages using XML and project files . Each language will have it’s own file called strings. Xx .Xml where xx is the t...
This is a simple tutorial aiming to help you keep your project organized. Organization is important when working on anything, and it's a common practice for eve...
I know some people are interest in 3D games, and I've been thinking about trying Pseudo-3D games in Construct. First of all, you may be wondering what this has...
Add a parallax effect to our games can be a great feature for create a new environment for the player, but how they work? The parallax is the angular deviation...
Here's a YouTube video to step you through the basics of making your own plugin using the Javascript SDK. ~. Your feedback is welcome!
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...