Construct Tutorials
Learn game development and animations with Construct
-
-
Construct 2's export-time optimisations
You might have noticed that sometimes the Export project option takes a couple of minutes to complete, especially with larger projects. This is because Construc...
-
platformer. part 1
Everyone knows about the lesson "Platform for 5 minutes" which was written for the old program Construct Classic. So, I decided to adapt to the new Construct 2....
-
-
Pathfinding with line of sight
I'm going to show you how to combine the Pathfinding behaviour with a line of sight engine to create enemies which have some basic AI; They will wander around w...
-
-
Growing Buttons
Quick way to create interactive buttons without the need for animation frames. Using scale, you can increase the size of your sprite buttons to let the user kno...
-
Create a proper healthbar
Traveling through Scirra forums and the Internet, I came across a few tutorials that shows you how to create a healthbar. The problem is that these healthbars a...
-
Arcade Style High Score
Using Webstorage to locally store a high score and replace it if the score is broken. You can also do this with Session instead of Local to keep the high score...