Construct Tutorials
Learn game development and animations with Construct
-
Isometric Games - Object Layer Ordering
I recently started work on a new project, which began as an Orthographic game. However during the course of development, I decided I wanted it to be Isometric....
-
Screenshot Capture to Email
This Tutorial will show you how to send a screenshot to an Email address from C2. Works in Construct 2. Works in Construct 3, but you need a https secure server...
-
Simple social Share without plugin
1. Open Construct 2 and create a new project File> New> Create empty project. 2. In Layout 1 add a new Browser, Text and Touch object. 3. In Event sheet 1 add g...
-
How to count every floors for jumper game
1. Add instance variable ''landed' and behavior Jumpthru to object platform. See the picture. 2. Place an event, count 1 if player jump and landed every platfor...
-
-
Curving arrow mechanism
So to start off with insert two sprites by right clicking and getting the drop down menu and clicking "insert an object". 1 object will act as the player and th...
-
Panduan pemula menggunakan Construct 2
Terima kasih sudah memilih Construct 2! Saatnya mulai membuat permainan HTML5 pertama anda. Kita akan membuat 'Ghost Shooter' demo game. Gamedemo Coba demo game...
-
Guardar y cargar datos WebStorage
Primero en un nuevo proyecto, agrega un objeto Text solo modifica el nombre a "Dato", agrega un objeto Textbox, ponlo debajo de Text y nómbralo "Área", por ulti...
-
X-ray vision
I'm not sure if this is the right place to post this but I seen a lot of people asking how to do X-ray vision so I came up with this tutorial last night so hope...