Construct 2 Tutorials
Learn game development and coding with Construct 2
-
Zelda Inventory (the easy way)
Hopefully this tutorial will help you in creating an inventory in the style of the zelda games, this will use the plugin "Dictionary". This Is'nt the most effic...
-
-
Making continuously moving background
You want moving background? You don't want to make animated background? If you answered "yes" to these questions, this tutorial is for you. I will go this step-...
-
-
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...
-
Using an animated gif in Construct 2
Well I write this tutorial because I had a wile ago a big problem. I wont to make some "smoke". Well so I was searching the hole web for a nice sprite sheet or...
-
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...