Construct 2 Tutorials
Learn game development and coding with Construct 2
-
Game Design and Development
2nd Edition, Unabridged: Construct Edition. Developing games is something almost everyone can enjoy. As one of the fastest growing and most dynamic industries i...
-
Your own textbox
ASCII Conventer online. Dont like standard HTML textbox? Let's make your own! Everything is much simpler than it seems. For this example you will need only 2 ob...
-
Simple Ladder for Platformer Game
I've been looking for a ladder tutorial but never found. So I decided to make one myself! Also, I'll make a translation for PT-BR later. First things first, mak...
-
Simple Login using a MySQL database
First of all I'm assuming that to read this tutorial you have some basic familiarity with mysql (that is you know it's a database, you know what phpmyadmin is o...
-
Timers
Download capx. There are many uses for timers in games. Timing a game session, score based on time, countdowns, cooldowns, etc. Creating a timer is pretty simpl...
-
How to use your own Web Fonts
Construct 2 Release 74 introduced the ability to use Web Fonts in your projects. This allows you to add custom fonts to your games without having your players i...
-
Adding sound - a beginner's guide
It takes three simple steps. Here they're, followed by detailed instructions, and a walkthrough showing how you can add sounds to the Beginner's Guide tutorial...
-
AJAX Example with Construct 2
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...
-
Basic Loops and Arrays
This tutorial is under construction! Please tell me if I've gotten anything wrong, or missed something you think is important. In this tutorial we'll look at th...