Construct Tutorials
Learn game development and animations with Construct
-
Change Controls In-game
Hello everybody, I made a small example on how to change controls in-game to your own custom controls without changing any events or functions. I didn't have ti...
-
Progressive Level Selector
In this tutorial, you will be guided through an entry-level level selector similar to Angry Bird's level selector mechanism. This will requires you to be famili...
-
Simple water (using Paster plugin)
Here is a project file with a simple water mechanics I've been prototyping for a client. Eventually we used a bit different approach with our game and I've deci...
-
Grid-Based Movement
In this tutorial, I'll explain a simple way to move characters smoothly from one grid location to another. The moving character will require two behaviors: Bull...
-
Bridging JS and C2
C2's Javascript SDK was the only way to run your custom JS codes and reflect the changes in C2. Although it's well documented and relatively easy to learn, I gu...
-
Overlay object with HTML
A quick and dirty way to add an HTML element to your game. We'll be using the browser plugin & the button plugin for this example. -Give the button an id of my_...
-
-
Properly Encapsulating A Project
This is my first tutorial, so there might be some screw ups in here regarding hyperlinks, so my apologies. So yea, from what I could tell I didn't see anything...
-
Ceiling walk
In this quick tutorial, you will learn an easy way to make your character walk on ceiling like a ninja (!) using the platform behavior. I invite you to download...