This is part 11 of the tutorial series Learn Javascript in Construct . This part continues on from part 10. So in case you missed it, see Learn Javascript in Co...
Here is the list of all my tutorials in Construct 3, With the Update date ! If you Find some Bug or missing files let me know ! How to Make / How to do : ------...
I have really been excited about the new scripting feature and have reworked most of my game to make use of it. For me I find it much easier to structure my gam...
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...
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...