Construct Tutorials
Learn game development and animations with Construct
-
Score Combos
With this method you can create a combo or multiplier based system. In this example each time an enemy is hit, it adds 1 to the score multiplier. If the game go...
-
Timers
Download capx. There are many uses for timers in games. Timing a game session, score based on time, countdowns, cooldowns, etc. Creating a timer is pretty simpl...
-
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...
-
Health Bar
This is a really quick and simple way to create a health, mana, stamina bar in Construct 2. Watch on YouTube.
-
Facebook - How to Invite a friend
Level: Intermediate to Advanced. Pre-Requisites: 1. Knowledge of Javascript and Facebook Developer Docs. 2. Read the tutorial on Facebook - How to get a list of...
-
Facebook - How to get a list of friends
Level: Intermediate to Advanced. Pre-Requisite: Knowledge of Javascript and Facebook Developer Docs. The Facebook plugin that ships with Release 116 currently c...
-
Supporting Multiple Languages
Here is a method for supporting multiple languages using XML and project files . Each language will have it’s own file called strings. Xx .Xml where xx is the t...
-