Construct 2 Tutorials
Learn game development and coding with Construct 2
-
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...
-
How to make inventory without arrays.
In this tutorial I will show you how to make an inventory. First thing you need to do is to make 2 sprites: - Item_Slot - Should be 16, 32, 64 (...). - Item (dr...