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...
It's good practice to have up-to-date graphics card drivers. Old drivers can cause display glitches, especially in the Layout View, or run slowly. Sometimes, up...
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...
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...
At first I added some grass in the background layer. Then I created a new layer for the decoration (bushes + butterfly). Next I set the behaviours for the butte...