Construct Tutorials
Learn game development and animations with Construct
-
Menu buttons using 1 object and event
Menu screens in games always have multiple buttons that navigate you to the game, options menu, controls menu, etc. When I started building my first game I made...
-
-
Trivia Game
As I promised here is my trivia Game. Writing Trivia game Is'nt that hard. Writing any game or software uses logic and that’s what Trivia game is. To create thi...
-
LayerToCanvas/CanvasToLayer example
Simple example how to project position from another layer using LayerToCanvas and CanvasToLayer expressions. Setting Sprite position from "UI" layer (parallax 0...
-
Ladders in Platform Games
This is yet another tutorial on making a ladder-style sprite that can be climbed in a platform-style game. Sample code and an example capx file are provided. *...
-
-
Introduction to Time / Timer functions
Although there are some timer tutorials here, we'll explore different things you can do with timers. The time variable is a built-in variable that begins whenev...
-
How to collaborate on projects with SVN
Many projects are team-based, with multiple people contributing to a single Construct project . Construct supports saving projects in a folder structure, where...
-
Platformer Enhancements - Double Jump
In this tutorial we are going to add some additional functionality to our platformer games in the form of a double jump action for our character. This is a tuto...