Construct 2 Tutorials
Learn game development and coding with Construct 2
-
-
-
-
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...
-
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...
-
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. *...
-
Your own textbox
ASCII Conventer online. Dont like standard HTML textbox? Let's make your own! Everything is much simpler than it seems. For this example you will need only 2 ob...
-
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...