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
  • C2

Category: C2

Simple camera effect for a top-down view shooter game C2
8 Direction C2 Camera Construct 2/3

Simple camera effect for a top-down view shooter game C2

dop2000July 11, 2021August 8, 2021
The gif above explains it better than I ever could. (more…)
Share
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
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
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
Detect when your desktop game window loses focus C2
C2 Construct 2/3 Misc

Detect when your desktop game window loses focus C2

dop2000February 16, 2020August 8, 2021
It's always a good idea to pause your game when it loses focus. This example shows how to do this. (more…)
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
Protect sensitive data in your game from cheaters and hackers C2
Arrays / Dictionaries / Data C2 Construct 2/3 Misc

Protect sensitive data in your game from cheaters and hackers C2

dop2000February 16, 2020August 8, 2021
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...
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
Platformer game template with in-game shop, where different items sold on different levels C2
Arrays / Dictionaries / Data C2 Construct 2/3 Weapons / Inventory / Shop

Platformer game template with in-game shop, where different items sold on different levels C2

dop2000February 8, 2020August 8, 2021
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...
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
Collect weapons and swap between primary and secondary weapon in a platformer game C2
C2 Construct 2/3 Featured Platform Weapons / Inventory / Shop

Collect weapons and swap between primary and secondary weapon in a platformer game C2

dop2000February 7, 2020August 8, 2021
A very simple example demonstrating how to add different weapons to a platformer game. (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
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
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
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
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
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
Using Javascript to display Open File dialog, returns the file name to a callback function C2
C2 Construct 2/3 Misc

Using Javascript to display Open File dialog, returns the file name to a callback function C2

adminFebruary 2, 2020August 8, 2021
This demo shows how to run Javascript code from Construct 2 and get the results back in Construct using a callback function. (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
Simulate an Ultra-Low-Resolution Dot Display C3/C2
C2 C3 Construct 2/3 Visual Effects

Simulate an Ultra-Low-Resolution Dot Display C3/C2

adminFebruary 2, 2020August 8, 2021
This demo is not very complex for something that looks difficult to generate. The event sheet is short and sweet - great learning tool. (more…)
Share
Changing Sound Volume With Distance C2/C3
C2 C3 Construct 2/3 Misc

Changing Sound Volume With Distance C2/C3

adminFebruary 2, 2020August 8, 2021
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…)
Share
Chain Demo, Without Using Physics C2/C3
C2 C3 Construct 2/3 Misc

Chain Demo, Without Using Physics C2/C3

adminFebruary 2, 2020August 8, 2021
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....
Share
Animation Frame Change with Morph (fade) C2/C3
C2 C3 Construct 2/3 Visual Effects

Animation Frame Change with Morph (fade) C2/C3

adminFebruary 2, 2020August 8, 2021
This demo shows you how to add fade effect to the sprite animation frame changes. (more…)
Share
Skiing or Driving Game – Leaving Double Tracks, Infinite Scrolling Background C2
C2 Car Construct 2/3 Game Templates

Skiing or Driving Game – Leaving Double Tracks, Infinite Scrolling Background C2

adminFebruary 2, 2020August 8, 2021
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...
Share
Draw a Bounding Rectangle, or a Perimeter Around Multiple Objects C3/C2
C2 C3 Construct 2/3 Misc

Draw a Bounding Rectangle, or a Perimeter Around Multiple Objects C3/C2

adminFebruary 2, 2020August 8, 2021
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...
Share
CAPX Rotating an Image in 3D (frame based) C3/C2
C2 C3 Construct 2/3 Misc

CAPX Rotating an Image in 3D (frame based) C3/C2

adminFebruary 2, 2020August 8, 2021
Rotate the car in 360 degrees view with touch or mouse. Very simple and easy to understand event sheet. (more…)
Share
X-Ray Machine Effect with Blend Mode C3/C2
C2 C3 Construct 2/3 Featured Visual Effects

X-Ray Machine Effect with Blend Mode C3/C2

adminFebruary 2, 2020August 8, 2021
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....
Share
Comprehensive Undo/Redo System C3/C2
C2 C3 Construct 2/3 Misc

Comprehensive Undo/Redo System C3/C2

adminFebruary 2, 2020August 8, 2021
Must have for level editors! Works like it does on the computer. Ctrl Z to undo, Ctrl R to redo. Detailed event sheet. (more…)
Share
Walking Around Buildings in Isometric View  C3/C2
C2 C3 Construct 2/3 Featured Isometric

Walking Around Buildings in Isometric View C3/C2

adminFebruary 2, 2020August 8, 2021
Z-ordering and collisions may become tricky in an isometric view game. See this example how to make a building which you can walk around. (more…)
Share
Zoom a Sprite or the entire screen with pinch touch gesture C3/C2
C2 C3 Camera Construct 2/3 Custom Controls

Zoom a Sprite or the entire screen with pinch touch gesture C3/C2

adminFebruary 2, 2020August 8, 2021
These two demo projects show you how to enlarge a sprite or the entire screen using pinch touch gesture. Simple to do once you understand. (more…)
Share
Search for a Text in a Large List by Typing First Letters C3/C2
C2 C3 Construct 2/3 Text

Search for a Text in a Large List by Typing First Letters C3/C2

adminFebruary 2, 2020August 8, 2021
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...
Share
Scroll Text Line by Line – versions for C2/C3
C2 C3 Construct 2/3 Text

Scroll Text Line by Line – versions for C2/C3

adminFebruary 2, 2020August 8, 2021
As the title describes, scroll the text line by line. C2 version requires Scrolling addon (more…)
Share
“Old terminal” style text input with blinking cursor C3/C2
C2 C3 Construct 2/3 Text

“Old terminal” style text input with blinking cursor C3/C2

adminFebruary 2, 2020October 12, 2021
This is one of the demos where you want to find a way to use it in your game even when it doesn't apply. This demo shows you how to...
Share
Auto-resizing speech bubble with typewriting effect, for dialog systems C3/C2
C2 C3 Construct 2/3 Text

Auto-resizing speech bubble with typewriting effect, for dialog systems C3/C2

adminFebruary 2, 2020August 8, 2021
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...
Share
Simple Follower for 8 Direction Behavior C2/C3
8 Direction C2 C3 Construct 2/3

Simple Follower for 8 Direction Behavior C2/C3

adminFebruary 2, 2020August 8, 2021
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...
Share
Smooth Angle Change in 8 Direction Behavior C2 / C3
8 Direction C2 C3 Construct 2/3

Smooth Angle Change in 8 Direction Behavior C2 / C3

adminFebruary 2, 2020August 8, 2021
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...
Share
Visible field of view (FOV) in a top-down game, like a flashlight beam C2/C3
8 Direction C2 C3 Construct 2/3 Featured Visual Effects

Visible field of view (FOV) in a top-down game, like a flashlight beam C2/C3

adminFebruary 2, 2020August 8, 2021
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...
Share
Scrolling a List of Players, Scores, Images with mouse or touch C3/C2
C2 C3 Construct 2/3 Custom Controls

Scrolling a List of Players, Scores, Images with mouse or touch C3/C2

adminFebruary 2, 2020August 8, 2021
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…)
Share
Minimap – clicking on minimap scrolls to this position on a bigger map (Demo & Youtube Tutorial) C3/C2
C2 C3 Construct 2/3 Mapping

Minimap – clicking on minimap scrolls to this position on a bigger map (Demo & Youtube Tutorial) C3/C2

adminFebruary 2, 2020August 8, 2021
This map demo shows you how the player can click on an area of a small map to have that area expand on a larger map. The event sheet is...
Share

Posts navigation

1 2 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.