Construct 2 Tutorials
Learn game development and coding with Construct 2
-
Upload your game to Dropbox
Have you finished your game and want to share it with the world? If you have your own website and some HTML know-how, you probably are comfortable integrating t...
-
-
-
Stick Hero Ketchapp game
In this video tutorial we'll design popular Stick Hero Ketchapp game in 10 min. Also can be recreated in Construct 2. Stick hero.
-
-
REAL Scroll Bar for any Layout Size
First of all, create a sprite with the dimensions 10 x 80, or larger if you prefer, and the color of your preference too, and put the behavior of drag'n drop. T...
-
-
3D endless scrolling background
Here is a simple example of making pseudo-3D (isometric, perspective) endlessly scrolling background. Preparing the correct image is the most important part. Do...
-
Cheap and Easy Tilemap Animation
This method uses a function call to determine the tiles you want changed and what to change them to using the replace() expression, as the tilemap is basically...