Slay the dragon and marry the princess? Or feed her to the dragon and get a cool new pet? This demo shows how you can easily create multiple story lines...
This example may come very useful if you are making a level editor or a puzzle game. Select multiple sprites and move them around with optional snapping to grid -...
We don't like cheaters. Especially those who use automated hacking tools to put them at the top of the high score list, add infinite lives, coins etc. This demo shows...
If you are making a game that supports gamepad controls, you may have noticed that events "On button pressed" and "On button released" are not triggered sometimes. This happens when...
Just some basics required to create any card game - shuffle the deck, deal cards to players, automatically re-arrange cards by suit and value. No dreadful arrays, no complex code,...
Learn how to make a simple database to store information about all the items in your game. This example shows how to add a shop in your game, where weapon...
Weapon managements in a top down view shooter. Pick up different weapons, add them to your inventory. Test each weapon as they all have various shooting speed and pattern. Move...
A.K.A The big bad wolf demo. This demo shows you how to use pathfinding behavior when programming enemy AI. As with every Construct 2 and Construct 3 demo, this demo...
One of my favorite demos - it's the Scooby Doo Demo. The gang goes in one blue door and comes out another. As always this Construct demo comes with the...
Sometimes you may want to collect data from players. This could be their scores, game statistics, feedback, survey answers or anything else. One of the easiest ways of doing this...
It makes a sound that changes its volume with distance, and if you listen for too long it will drive you nuts. This is the drive you nuts demo. (more…)
Great little demo if you have a reason not to use physics. The chain moves around ... well, like a chain. The event sheet is pretty complex, but well commented....
Easily create a infinite moving game with the help of this demo. Also creates a cool double tracks effect perfect for a downhill skiing game. As always event sheet is...
This is kind of cool. You move the blue squares to move the outside edge of the green square. The blue squares stay within the green and manipulate the shape...
This is a really cool little effect. When the boy scrolls behind the blue squares you see the x-ray. Very simple demonstration of what you can do with blend modes....
Once again, like the title reads, this demo will help you search for text within a long list by using the first letter of the world. Event sheet is very...
Like so many games you need your player to get information. This simple demo shows how to make typewriting effect in Construct 2 and adjust the size of speech bubble...
Using the arrow keys to move the player and the little blue ball follows. This very short event sheet shows you how to add a simple follower in a top-down...
The official 8-direction behavior rotates your hero in 90 or 45 degrees steps. This demo shows how to make a smooth angle change. Perfect demo for the newbie trying to...
Give your hero a flashlight, or visualize field of view for enemies and security cameras. This simple demo shows how to use Blend Modes and Shadow Casting behavior to shine...
Scrolling a List of Players, Scores, Images etc. Scroll with mouse wheel, drag or swipe! Pretty simple and easy to follow event sheet. Includes a version with multiple columns. (more…)