Skip to content
How To…  Construct 2 & 3 Demos

How To… Construct 2 & 3 Demos

Construct 2 & 3 Example Demos

Menu
  • All
  • Controls
    • Virtual Joystick
    • Custom Controls
    • Slide Bar
  • Behaviors
    • Platform
    • Physics
    • Bullet
    • 8 Direction
    • Pathfinding
  • Game Templates
  • Car
  • Visual Effects
  • Enemy AI
  • Misc
  • Lots More
    • Collisions
    • Camera
    • Tilemaps
    • Colors
    • Mapping
    • Arrays / Dictionaries / Data
    • Weapons / Inventory / Shop
    • Text
    • Isometric
  • Site Info
    • About Us
    • FAQ
    • Disclaimer
  • Home
  • C3
  • Page 2

Category: C3

Gun Recoil Effect (Demo & Youtube Tutorial) C3/C2
C2 C3 Construct 2/3 Platform

Gun Recoil Effect (Demo & Youtube Tutorial) C3/C2

dop2000June 27, 2020August 8, 2021
Make your platformer game juicier by adding gun recoil effect! (more…)
Share
Add a Password Lock to your game C3
C3 Construct 2/3 Misc

Add a Password Lock to your game C3

dop2000May 30, 2020August 8, 2021
Need to add a password or a code lock to your game? Check out this simple example. (more…)
Share
Rifle Scope effect (Demo & Youtube Tutorial) C3
C3 Construct 2/3 Featured Visual Effects

Rifle Scope effect (Demo & Youtube Tutorial) C3

dop2000May 30, 2020August 8, 2021
Did you know Drawing Canvas can be used to "undo" effects, for example remove blur from an area on the screen? Check out this clever little demo to learn how...
Share
Air Hockey game template for two players (Demo & Youtube Tutorial) C3/C2
C2 C3 Construct 2/3 Featured Game Templates Physics

Air Hockey game template for two players (Demo & Youtube Tutorial) C3/C2

dop2000May 30, 2020August 8, 2021
What makes this Air Hockey template super awesome? It supports touch controls for two players and has less than 20 events! (more…)
Share
Create a realistic chain or rope with Physics (Demo & Youtube Tutorial) C3/C2
C2 C3 Construct 2/3 Featured Physics

Create a realistic chain or rope with Physics (Demo & Youtube Tutorial) C3/C2

dop2000May 16, 2020August 8, 2021
Learn how to use Physics joints to create ropes and chains in a Physics game. (more…)
Share
How to limit the angle of view for Turret behavior (Demo & Youtube Tutorial) C3
C3 Construct 2/3 Misc

How to limit the angle of view for Turret behavior (Demo & Youtube Tutorial) C3

dop2000May 16, 2020August 8, 2021
Turret can kill everything in a 360 degrees radius, and this is great! But what if you want to limit its angle? This demo will show you how to do...
Share
Use containers with families C3
C3 Construct 2/3 Misc

Use containers with families C3

dop2000May 16, 2020August 8, 2021
Containers and Families are both very useful features in Construct, but they don't work very well together. This project demonstrates two methods of how you can pick objects from the...
Share
Create a reflection with water effect (Demo & Youtube Tutorial) C3
C3 Construct 2/3 Featured Visual Effects

Create a reflection with water effect (Demo & Youtube Tutorial) C3

dop2000May 16, 2020August 8, 2021
Create a reflection of your character on a Drawing Canvas object. Added Warp effect to simulate water ripples. (more…)
Share
Create Non-Linear Plot and Alternative Endings C3/C2
Arrays / Dictionaries / Data C2 C3 Construct 2/3

Create Non-Linear Plot and Alternative Endings C3/C2

dop2000April 27, 2020August 8, 2021
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...
Share
3D Star Field Effect C2/C3
C2 C3 Construct 2/3 Visual Effects

3D Star Field Effect C2/C3

dop2000April 23, 2020August 8, 2021
This really cool 3D effect was contributed by our friend GameSoul. (more…)
Share
Saving and Loading system with multiple save slots C3/C2
Arrays / Dictionaries / Data C2 C3 Construct 2/3 Misc

Saving and Loading system with multiple save slots C3/C2

dop2000April 10, 2020August 8, 2021
Create a comprehensive saving system for your game with this well commented demo! (more…)
Share
Select and drag multiple images (Demo & Youtube Tutorial) C3/C2
C2 C3 Construct 2/3 Custom Controls Featured

Select and drag multiple images (Demo & Youtube Tutorial) C3/C2

dop2000April 10, 2020August 8, 2021
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 -...
Share
Draw a path on the screen and move your character along it C3
C3 Car Construct 2/3 Misc

Draw a path on the screen and move your character along it C3

dop2000April 10, 2020August 8, 2021
Doodle with your finger and watch this little car follow the line! (more…)
Share
Scroll by dragging the screen with touch or mouse C3
C3 Camera Construct 2/3 Custom Controls

Scroll by dragging the screen with touch or mouse C3

dop2000April 10, 2020August 8, 2021
Easily scroll big maps with Touch & Drag. You can adjust the speed and direction. (more…)
Share
Push objects in tile-based game Sokoban style (Demo & Youtube Tutorial) C3
C3 Construct 2/3 Featured Game Templates Tilemaps

Push objects in tile-based game Sokoban style (Demo & Youtube Tutorial) C3

dop2000March 30, 2020August 8, 2021
Let your player interact with the environment by pushing different objects (crates, chests, rocks) in a tile-based game (more…)
Share
Generate random levels from pre-built scenes – Premium and Free templates, plus Youtube Tutorial C3
C3 Construct 2/3 Featured Game Templates Platform

Generate random levels from pre-built scenes – Premium and Free templates, plus Youtube Tutorial C3

dop2000March 8, 2020August 8, 2021
Making a game with 1000 levels? Creating each level manually will take you months. Generate your levels randomly from a set of scenes and you can have a practically infinite...
Share
Weapon knockback in Platform or 8-direction game C3
8 Direction C3 Construct 2/3 Platform Weapons / Inventory / Shop

Weapon knockback in Platform or 8-direction game C3

dop2000March 8, 2020August 8, 2021
Add a knockback when firing weapons by applying movement vector in the opposite direction. It sounds complex, but it really isn't! Included two examples - for Platform and 8-direction games....
Share
A system of doors / portals to travel between layouts (Demo & Video) C3
8 Direction C3 Construct 2/3 Featured Videos

A system of doors / portals to travel between layouts (Demo & Video) C3

dop2000March 2, 2020August 8, 2021
Downloadable Demo & Video This simple example demonstrates how to set up a system of portals, allowing your player to travel between layouts, or teleport within the same layout. All...
Share
Simple scoreboard / leaderboard with an array C3
Arrays / Dictionaries / Data C3 Construct 2/3

Simple scoreboard / leaderboard with an array C3

dop2000February 20, 2020August 8, 2021
Add a list of high scores to your game, and sort them in ascending or descending order. This demo will guide you. (more…)
Share
Physics Car With Suspension C3
C3 Car Construct 2/3 Featured Physics

Physics Car With Suspension C3

dop2000February 17, 2020August 8, 2021
2D physics racing games are fun! Make one yourself starting with this simple demo. The event sheet shows how to set up physics joints to make a working car suspension....
Share
Simple car with Platform behavior C3
C3 Car Construct 2/3 Platform

Simple car with Platform behavior C3

dop2000February 17, 2020August 8, 2021
Platform behavior is probably the last thing you would choose for a car game. That's until you've seen this demo! For a more advanced version, see Physics Car With Suspension...
Share
Simple stopwatch C3/C2
C2 C3 Construct 2/3 Text

Simple stopwatch C3/C2

dop2000February 16, 2020August 8, 2021
This tiny project demonstrates how to create a simple timer/stopwatch, and how to format the time in HH:MM:SS.ms format (more…)
Share
Accurate Pathfinding C3
C3 Construct 2/3 Pathfinding

Accurate Pathfinding C3

dop2000February 15, 2020August 8, 2021
You may have noticed that pathfinding objects almost never stop at the exact target point, sometimes they stop early, sometimes late, sometimes miss it completely. This example provides a simple...
Share
Avoid overlapping while moving with Pathfinding – two examples C3
C3 Construct 2/3 Featured Pathfinding

Avoid overlapping while moving with Pathfinding – two examples C3

adminFebruary 10, 2020August 8, 2021
One very common problem with Pathfinding behavior in Construct 3 is preventing pathfinding objects from colliding and overlapping each other. Unfortunately, there is no easy way to do this. We...
Share
Correctly detect gamepad events in your game C2/C3
C2 C3 Construct 2/3 Custom Controls

Correctly detect gamepad events in your game C2/C3

dop2000February 8, 2020August 8, 2021
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...
Share
Template for a card game – shuffling a deck of cards, dealing cards to two players C2/C3
C2 C3 Construct 2/3 Featured Game Templates

Template for a card game – shuffling a deck of cards, dealing cards to two players C2/C3

dop2000February 8, 2020August 8, 2021
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,...
Share
NWJS – create and execute a BAT-file in Windows C3/C2
C2 C3 Construct 2/3 Misc

NWJS – create and execute a BAT-file in Windows C3/C2

dop2000February 7, 2020August 8, 2021
This demo shows how to create a batch file (executable script) in Windows, and run it straight away. (more…)
Share
Top down view shooter – collect, swap and fire different weapons C3/C2
8 Direction C2 C3 Construct 2/3 Weapons / Inventory / Shop

Top down view shooter – collect, swap and fire different weapons C3/C2

dop2000February 7, 2020August 8, 2021
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...
Share
Z-sorting in an isometric view game C3/C2
8 Direction C2 C3 Construct 2/3 Featured Isometric

Z-sorting in an isometric view game C3/C2

dop2000February 7, 2020August 8, 2021
Learn how to position your character in front of behind other objects in an isometric view game. (more…)
Share
Simple AI with Pathfinding – wolves chasing prey C2/C3
C2 C3 Construct 2/3 Enemy AI Pathfinding

Simple AI with Pathfinding – wolves chasing prey C2/C3

adminFebruary 6, 2020August 8, 2021
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...
Share
Simple teleportation to a predefined or a random teleport C3/C2
C2 C3 Construct 2/3 Misc

Simple teleportation to a predefined or a random teleport C3/C2

adminFebruary 6, 2020August 8, 2021
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...
Share
A template for a simple level editor – drag objects on the map C3/C2
C2 C3 Construct 2/3 Misc

A template for a simple level editor – drag objects on the map C3/C2

adminFebruary 6, 2020August 8, 2021
Drag and drop demo. This is a great demo for so many things. Make a drag and drop language app for autistic kids or a great drag and drop CAD...
Share
Fire at targets to shrink them C3P
C3 Construct 2/3 Misc

Fire at targets to shrink them C3P

adminFebruary 6, 2020August 8, 2021
Kill your enemies slowly! (more…)
Share
Save and load game progress to a disk file C3
C3 Construct 2/3 Misc

Save and load game progress to a disk file C3

adminFebruary 6, 2020August 8, 2021
Give your players an option to save the game progress to a file. (more…)
Share
How to Link Object instances by UID – two examples C3/C2
C2 C3 Construct 2/3 Misc

How to Link Object instances by UID – two examples C3/C2

adminFebruary 6, 2020August 8, 2021
These two examples demonstrate how to use UIDs to create a logical link between object instances. (more…)
Share
Split text into separate words C3P
C3 Construct 2/3 Text

Split text into separate words C3P

adminFebruary 6, 2020August 8, 2021
Split the text into separate words and move them around on the page. (more…)
Share
Send data from Construct 2/3 to Google Spreadsheet C3/C2
Arrays / Dictionaries / Data C2 C3 Construct 2/3

Send data from Construct 2/3 to Google Spreadsheet C3/C2

adminFebruary 6, 2020August 8, 2021
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...
Share
Using a sprite to invoke Open File dialog and a workaround for FileChooser bug C3P
C3 Construct 2/3 Custom Controls

Using a sprite to invoke Open File dialog and a workaround for FileChooser bug C3P

adminFebruary 6, 2020August 8, 2021
Don't like the default look of FileChooser button? This demo will show you how to replace it with your own picture. It also includes a fix to one particular annoying...
Share
Customizable radio button controls C3/C2
C2 C3 Construct 2/3 Custom Controls

Customizable radio button controls C3/C2

adminFebruary 6, 2020August 8, 2021
There is no radio button plugin in Construct. But not to worry, with this demo you can make one yourself! (more…)
Share
Comprehensive Inventory System – C3P
Arrays / Dictionaries / Data C3 Construct 2/3 Weapons / Inventory / Shop

Comprehensive Inventory System – C3P

adminFebruary 6, 2020August 8, 2021
Comprehensive inventory system. Pick up different items and display them in the inventory screen. Includes a very well commented Event Sheet. (more…)
Share
Stencil Art – create beautiful paintings using different stencils, brushes and colors C3
C3 Colors Construct 2/3 Featured Game Templates

Stencil Art – create beautiful paintings using different stencils, brushes and colors C3

adminFebruary 6, 2020August 8, 2021
Create masterpieces in seconds! (more…)
Share
Sharkie game – a hungry shark chasing swimmers C3
C3 Construct 2/3 Featured Game Templates

Sharkie game – a hungry shark chasing swimmers C3

adminFebruary 6, 2020August 8, 2021
Move the shark by using the controls at the bottom of the screen. There are two ways to play this game (depending on what kind of person you are) -...
Share
Huge Explosion effect – shake and tilt the screen C3P
C3 Construct 2/3 Featured Visual Effects

Huge Explosion effect – shake and tilt the screen C3P

adminFebruary 6, 2020August 8, 2021
Make your explosions 'juicier' by adding shake and tilt effect. (more…)
Share
Glowing laser effect C3/C2
C2 C3 Construct 2/3 Visual Effects

Glowing laser effect C3/C2

adminFebruary 6, 2020August 8, 2021
Great laser effect. As always the event sheet is short and easy to read. (more…)
Share
Text displayed as a moving sine wave with fade C3/C2
C2 C3 Construct 2/3 Text Visual Effects

Text displayed as a moving sine wave with fade C3/C2

adminFebruary 6, 2020August 8, 2021
Text displayed as a moving sine wave with fade. Made in Construct 2, but can be used in Construct 3 game engine. (more…)
Share
A sphere made of tiles which follows mouse cursor C3
C3 Construct 2/3 Featured Misc Visual Effects

A sphere made of tiles which follows mouse cursor C3

dop2000February 5, 2020August 8, 2021
One of the coolest things I've programmed. And I have no idea what to do with it. (more…)
Share
3D fountain with bouncing balls C2/C3
C2 C3 Construct 2/3 Misc Visual Effects

3D fountain with bouncing balls C2/C3

adminFebruary 5, 2020August 8, 2021
There is something deeply relaxing and satisfying about these little bouncing balls... (more…)
Share
C3P “Diamonds” Transition Effect When Switching Between Layouts C3
C3 Construct 2/3 Misc Visual Effects

C3P “Diamonds” Transition Effect When Switching Between Layouts C3

adminFebruary 2, 2020August 8, 2021
C3P "Diamonds" transition effect when switching between layouts (more…)
Share
Fake 3D Effect of Firing a Machine Gun from a Helicopter C3/C2
C2 C3 Construct 2/3 Visual Effects

Fake 3D Effect of Firing a Machine Gun from a Helicopter C3/C2

adminFebruary 2, 2020August 8, 2021
Firing from directly in front of you - the 3D look. Once again Faking It! But we fake it good (: (more…)
Share
CAPX Draw an Ellipse from its Center and Any Point on its Circumference C2/C3
C2 C3 Construct 2/3 Misc

CAPX Draw an Ellipse from its Center and Any Point on its Circumference C2/C3

adminFebruary 2, 2020August 8, 2021
If you need to find the radius of an ellipse, take the square root of ... Ah, forget it, just use this simple demo. (more…)
Share

Posts navigation

Previous 1 2 3 4 Next

Buy Me A Coffee

Banner Hire Construct Expert

You may also like…

  • 3D SlopeMarker Up/Down 3D Wedge C3/3D
  • Prevent multiple enemies with pathfinding from overlappingPrevent multiple enemies with pathfinding from overlapping (EasyStarJS)
  • Everything C3/C2
  • C3
  • C2
  • Game Templates
  • Premium
Close
Menu
  • All
  • Controls
    • Virtual Joystick
    • Custom Controls
    • Slide Bar
  • Behaviors
    • Platform
    • Physics
    • Bullet
    • 8 Direction
    • Pathfinding
  • Game Templates
  • Car
  • Visual Effects
  • Enemy AI
  • Misc
  • Lots More
    • Collisions
    • Camera
    • Tilemaps
    • Colors
    • Mapping
    • Arrays / Dictionaries / Data
    • Weapons / Inventory / Shop
    • Text
    • Isometric
  • Site Info
    • About Us
    • FAQ
    • Disclaimer
Close

Categories

  • 8 Direction
  • Arrays / Dictionaries / Data
  • Bullet
  • C2
  • C3
  • Camera
  • Car
  • Collisions
  • Colors
  • Construct 2/3
  • Custom Controls
  • Enemy AI
  • Featured
  • Game Templates
  • Isometric
  • Mapping
  • Misc
  • Pathfinding
  • Physics
  • Platform
  • Premium
  • Slide Bar
  • Text
  • Tilemaps
  • Videos
  • Virtual Joystick
  • Visual Effects
  • Weapons / Inventory / Shop
  • 3D SlopeMarker Up/Down 3D Wedge C3/3D
  • Prevent multiple enemies with pathfinding from overlappingPrevent multiple enemies with pathfinding from overlapping (EasyStarJS)
  • Multi Language Support for C3 GamesMulti Language Support for C3 Games (Premium template)

Banner Hire Construct Expert

  • Everything C3/C2
  • C3
  • C2
  • Game Templates
  • Premium
Copyright All rights reserved | Theme: Infinity News by Themeinwp.