Construct Tutorials
Learn game development and animations with Construct
-
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...
-
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...
-
-
Auto-tiling with AutoTileGen and TileMaps
AutoTileGen is software for generating terrain-based tilemaps from 3 input images. For example: These 3 images: Resulted in this tilemap: Which can be used to m...
-
Multiplayer object collection game
In this tutorial, you will learn how to create a simple 2-player network game, where two sprites move around a layout and try to collect the most objects. Befor...
-
-
How to CSS Style buttons /sliderbar etc
Here is a capx how to css style form elements. Learn by example. U need this 3rd part plugin to open capx. Or there's an alt2 capx whitout thr 3rd part plugin (...
-
Simple swipe on object
Today, I will explain to you how to detect simple swipe events ! You don't need a lot of Global/Local variable and no more events ! Let's begin. First, you have...
-
Random Animation - Easy method
People sometimes want to use a random animation but want more options. Firstly, props to Weishaupt, who wrote another very good tutorial here that explains a lo...