This tutorial is a follow up to my article “ How to improve your Construct 2 code with callbacks ”. Today, we'll take a look at some techniques to achieve a mor...
This is an example of how to record an object's movements to an array, and "play" the array in reverse to achieve a rewind effect similar to Braid. The example...
This is an example of how to record the activities of a player to an array, and display the contents of that array in a scrollable window similar to MMORPGs. De...
This is a simple example of how to store/remove items from an array, and display the array's contents to the player. This is useful for setting up inventory sys...
In this tutorial, we'll create a PacMan clone using the free edition of Construct 2 (version 90). (The capx file is available for download.). First, you should...
Again "Wait" caused some confusion, so here is a tutorial on how to build a "follow me" kind of game. As allways with my Tutorials, you'll find everything you n...
I see a lot of different ways to handle experience and levelling up, but I usually see they've some issues. Normally these issues are not obvious, and may never...
Yeah I am very happy to learn that Construct 2 can be used to create: -an app. -a slideshow/presentation. -animation. -apart from the game creation itself. Afte...
This tutorial has been completely redone as of Sept/14/2015. A basic understanding of Arrays and Functions if you wish to adapt it to your own needs. For this i...