Construct 2 Tutorials
Learn game development and coding with Construct 2
-
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...
-
-
-
C3/2 - 16 Direction and Angle Animations
This is how I go beyond the 8 direction movement behavior to do 16 Direction animations. This is useful for smoother animations during pathfinding movement, or...