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...
-
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...
-
-
-
Making a character shoot
Ever wanted to create a Metroid style game, but your player can't shoot correctly? Here's the solution. Getting started. So you will start by creating your play...