Construct Tutorials
Learn game development and animations with Construct
-
Dynamic Choose
But mine here is better. Say you wanted to pick a random greeting so when the game starts a character says either "Hi", "Hello", "Hi there" or "Greetings" or "W...
-
-
Darkness and Flashlight
In this tutorial, I will teach you how to make a dark place and a flashlight. First, you will need a ground and a player. (I added a ceiling to have a cave like...
-
Multi Touch Movement Controls
This tutorial will teach you how to make touch movement controls where horizontal swiping on one side of the screen controls the movement of the character, and...
-
Expect to get hacked.
Ideas on how to keep your app/game safe from hackers. What this tutorial Is'nt. Complete instructions on how to implement any of these ideas. A number of years...
-
Breakout - The Basics
A four part Youtube series of how to make the original Breakout game using NES graphics.
-
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...