Learn game development and animations with Construct
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...
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...
Here's a YouTube video to step you through the basics of making your own plugin using the Javascript SDK. ~. Your feedback is welcome!
If you think the default Construct 2's preloader doesn't look very professional, good news: The newest Construct 2 release allows for custom preloaders! A new f...
Generating unique random numbers is an essential technique for every game maker to know. This short tutorial demonstrates one way to use an array to generate a...
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...
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...
Abra o Construct 2. Clique em File, e depois em New. Na janela New Project, você não precisa mudar nada. Apenas clique em Create project. Construct 2 manterá to...
Example Capx: Example. Obs: Adapted from my Little Knight game. Feel free to use the code as you wish, but please don't steal the assets :D. Step 1. Create all...