Construct 2 Tutorials
Learn game development and coding with Construct 2
-
Basic Isometric Projection
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...
-
Z-ordering on a isometric grid
Simply it's a sequel to my other tutorial; Isometric mouse snapping . Here is the demo . Put some ground objects. In the other tutorial we calculated our grid w...
-
-
Camera zoom
I'm gonna show you how to make a smooth simple camera zoom. And yes, i'm aware that there's a tutorial similar to this, but this is another way to do it and it'...
-
Isometric mouse calculation
Here's a demo of what it looks like. In this tutorial we'll use this grid as a tiled background. This grid consist of 2 line group. A line can be formulated lik...
-
-
A simple AI
A simple AI that makes an enemy follow you if your in range and stop following when you go out of range.
-
-
Fruit Machine
There isn’t day going by and someone ask when are you going to do my request or send me how to do this or that. Some ask how I can manipulate some code to do sl...