I lot of people were asking for this in the forums, so I finally decided to write a tutorial for the same. For my recent Windows Store game RikochetZ , I wanted...
Generating unique random numbers is an essential technique for every game maker to know. This short tutorial demonstrates one way to use an array to generate a...
A common request is to customise Construct 2's loading screen. This can be done by using a loader layout , which is a special layout shown while the project is...
In this tutorial we'll see a method to create a "Load Game" layout and an in-game screen for saving/loading with more than one slot; Using Web-storage and an ar...
This series of video tutorials for more advanced Construct 2 beginners guides you step-by-step through the creation of a memory match card game with Construct 2...
Right, we passed by many thoughts, and we even structured some interesting ideas, now we have to separate the best ideas, and how do we separate a good idea fro...
Previewing on a LAN address in Construct 2 allows any device on your Local Area Network (LAN) to preview your project. For example, if you have both a PC and an...
Did you know iOS supports web apps - apps that are installed from a web page, rather than from the App Store? They'll even keep running after going offline! You...
Construct 2 has an AJAX object that will allow you to make a request to a target page in order to return the resultant data to AJAX.LastData where we can use th...