Construct Tutorials
Learn game development and animations with Construct
-
Spritefont latin characters
When using spritefonts, and specially when using Spritefont creation tools such as GYFM (Give Your Fonts Mono), we need to input the characters we wish to be in...
-
-
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...