Construct Tutorials
Learn game development and animations with Construct
-
Real layout preloading with % progress
In my previous tutorial for this topic I showed how to trick/mask the lag that occurs while switching between layouts. In this tutorial, there will be no tricks...
-
-
-
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...