Construct 2 Tutorials
Learn game development and coding with Construct 2
-
Algorithm Plugin
The Algorithm object is a very simple plugin that allows one to easily create algorithms. Algorithms are essentially flowcharts. I created this tiny plugin for...
-
Random with Bias
This is (hopefully) a quick tutorial allowing you to set a bias of random options you might have. The example .Capx file can be got : Here. We're are going to u...
-
Make A Sliding Marquee In One Action!
I wanted to make a sort of sliding marquee for the splash page of my game, something that could give the player a few tips on how to navigate, etc. I didn't wan...
-
Where to get images, sounds, and more
The Resources are free to use, but the References are protected under copyright law. Freelance artists: Public domain music: Public domain sounds: Public domain...
-
Coin Flip App
In this tutorial I’ll be showing you how to make an easy coin flip game where you have to choose which side the coin would land on and if you call it correctly...
-
Randomly Placing Sprites Off Screen
So, you've got a top down shooter or another game that needs to generate a hoard of enemies to throw at your player, and to make it even more interesting you wa...
-
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...
-
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...