In the file bellow you will see how to manipulate arrays , to create objects on a especifc place , by manipulating the arrays , and you can create any type of d...
One thing you will be doing a lot of is creating objects, modifying those objects in some way and then setting them lose into the game world. Normally in comput...
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...
Construct 2 allows you to import external files to your project. For more information, see the manual entry on Project Files . This tutorial covers some useful...
Level: Intermediate to Advanced. Pre-Requisite: Knowledge of Javascript and Facebook Developer Docs. The Facebook plugin that ships with Release 116 currently c...
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...
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...