This tutorial will explain a little bit about how certain features in the C2 runtime work. And how they can impact your performance. It might or might not be th...
How to make a simple level editor in Construct 3. Including save & load feature for your tilemap object. This is a simple "platform" for your bigger level edito...
Isometric stuff is a lot asked around the forum so here is one good method of doing that. Includes projecting position from regular SquareMap to IsoMap and IsoM...
Please check my swipe control and move in grid. I used a tilemap for the path, all cell which has empty tiles (tile = -1), the MC can not enter. The mechanic is...
This video shows how to load tile maps created with Pro Motion NG during run time into your Construct 2 or 3 games. Find sample projects including fully working...
In any game with more than one layout, chances are you’re going to want a way to transition between the layouts. And you’ll want it to look reasonable. In this...
In the file bellow you will see some options to work with tilemaps . Change Tiles. Erase Tiles. Export as Json. Import as Json. Export to arrays. Import from ar...
So, you want to make a parkour-themed platform game? But to make a building from a tilemap, you have to take more than a minute just to complete one? Well, I ha...
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...