Construct Tutorials
Learn game development and animations with Construct
-
Change your game resolution
Not everyone has high powered devices to game on so I was looking for a way to allow people who play my game to change the resolution. The forum member Aphrodit...
-
Item/Menu Scroll
It's very possible you've come across the problem of needing to scroll items in a side menu during a game (This can be very troublesome when making a cookie cli...
-
-
custom scrollbar or slider
I needed a customisable scrollbar for my game that could be any size and position on the layout and display text and images. It's created using sprites. Here ar...
-
Realistic Sparks
This can be used for other things involving particles also! Double click in the grey of the layout. Then click particles. Then you can place the cone wherever y...
-
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'...