Construct 2 Tutorials
Learn game development and coding with Construct 2
-
Exporting desktop apps with NW.js
Construct 2 can export your project as a traditional desktop app with NW.Js , which is basically a standalone version of the Google Chrome browser. In other wor...
-
-
Level Up (beginners)
In this tutorial I will be explaining how to add a basic leveling system using Experience Points and using levels as conditions. This tutorial is for what I ass...
-
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...
-
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...
-