This tutorial assumes you have already read Multiplayer tutorial 1: Concepts , Multiplayer tutorial 2: Chat room and Multiplayer tutorial 3: Pong . The first tu...
Often people want to work on the same Construct project as a team. Construct supports saving projects in a folder structure, where each part of the project is s...
This Is'nt intended to be an end-all-be-all for WebStorage use. I am writting this because I spent over an hour last night trying to figure out how to make my a...
When you preview a game in Construct 2, it runs a local HTTP server to run the game. This is to make it work as if it were really online, and also to get around...
# Enhance Drag & Drop Library by Enhance, Inc. # #. #. Setup. -----. Install the supplied .C2addon plugin. Drag & Drop is the easiest way to do it. In case of p...
Construct 2 provides an easy way to make savegames. These allow your players to save the game , then come back later and load it from exactly where they left of...
This tutorial aims to explain how to make a jigsaw puzzle using Scirra's Construct 2. This is part three, "Snap pieces." we'll tell you how to make pieces "snap...
This is a simple tutorial that can help you understanding LocalStorage., When The first time I learn about LocalStorage I found it sooo Hard to Understand. Beca...
C3 does Javascript in a bit of an odd way. Things don't exactly work the way you might expect them to work if you're used to regular Javascript in a browser. In...