This topic has been disussed over and over in the forum and YANN already posted his solution. Still I would like to show you, how I would implment an inventory....
Virtually every game has to work on a different sized screen. This can be different size phone screens - which can even vary across different versions of the sa...
You can use the following operators in expressions: + (addition). - (subtraction). (multiplication). / (division). % (modulo, remainder after division). ^ (rais...
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...
If you haven't already, check out the Physics in Construct 2: The Basics tutorial. That'll cover the basics you need to know before moving on to forces, impulse...
Framerate independent games are games that run at the same speed, no matter the framerate. For example, a game might run at 30 FPS (Frames Per Second) on a slow...
The Advanced Random plugin allows you to generate Perlin noise . Unlike traditional random values it consists of predictable "waves" that can look like hills, c...
In this tutorial, I am going to walk you through writing your first tutorial, and then offer some advice on what makes a good tutorial! The first thing you need...