Construct Tutorials
Learn game development and animations with Construct
-
Smooth zoom/scaling tutorial
I show you an easy way to get the camera to zoom in and out in Construct 2 and Construct 3. It's really simple and easy!
-
-
-
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...