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...
A common request is to customise Construct 2's loading screen. This can be done by using a loader layout , which is a special layout shown while the project is...
This tutorial gives two possible methods of animating a sprite so that it faces and "walks" in the direction it's moving. The first method works for either play...
Construct 2 includes the Physics behavior, powered by Box2DWeb . This allows you to have objects moving with real-world physics - here's a demo to show the idea...
The Scirra Arcade has a great feature that allows you to embed any of the games on your website. It's like embedding a YouTube video, but you embed an Arcade ga...
You can use the following operators in expressions: + (addition). - (subtraction). (multiplication). / (division). % (modulo, remainder after division). ^ (rais...
And Welcome to a small tutorial (or should I say), rather it be a tips & tricks guide. I dislike to call myself an expert at game-creation, but I can gladly say...