When there is a big scary monster awaiting ahead and you want to keep it a surprise for a while - limit your camera movement. Three different examples to choose...
Z-Elevation feature in Construct 3 requires the camera to be centered. But what if your game has a wide menu on one side of the screen? This little demo provides...
Be warned, watching these enemies patrol may put you to sleep. Simple patrolling enemies demo with detailed event sheet. Not too hard, good for the beginner. (more…)
The ever popular platform game - players can't get enough. This example demo will help you set up the artificial intelligence needed to make your enemies patrol, shoot and chase...
A few of these enemies have had Way to Much Caffeine!. This demo gives a clever example of how to make your enemies walk around walls or patrol a certain...
Oh the simplicity and brilliance of the gamepad. Easy for the player to use, not always as easy for a developer to setup. Here is a custom slider control which...
If you're stuck trying to setup those all important slide bars, do we have a demo for you. This demo gives a simple but detailed example of how to setup...
Once again the title tells the story. Touch/click anywhere on the screen and the little ball rotates with the mouse or your finger. The event sheet shows the simple setup....
Designing a Settings screen for your game? Replace sliders with rotating knobs or dials! They are fun to interact with and fully customizable - you can set min/max values and...
This is a brilliant Construct 3 demo perfect for a car game. The event sheet shows you how to make touch steering controls and complete driving setup. (more…)
This example demo shows you how to setup an onscreen thumb stick to control a character using the 8 direction behavior. This is a very detailed demo to help create...
This download shows you the setup for onscreen double thumb controls. Includes versions for Construct 2 and 3. The event sheet shows you the setup needed to create the thumb...
This demo will not win any beauty contests, but it may be the most useful example on this website. It demonstrates how to use Local Storage plugin to save player's...
You never think you'll need to export array data, until you do. Use this demo to learn how to export array data to the Excel-compatible CSV file using Construct 3....
Looping, indexing .... oh it's all deathly boring, but a necessity when it comes to programming. This demo shows how to sort data in 2 dimensional arrays. (more…)