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
  • Construct 2/3
  • Page 2

Category: Construct 2/3

Protect sensitive data in your game from cheaters and hackers
Arrays / Dictionaries / Data Construct 2/3 Misc

Protect sensitive data in your game from cheaters and hackers

dop2000February 16, 2020February 16, 2020
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
Accurate Pathfinding
Construct 2/3 Pathfinding

Accurate Pathfinding

dop2000February 15, 2020February 16, 2020
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
Construct 2/3 Featured Pathfinding

Avoid overlapping while moving with Pathfinding – two examples

adminFebruary 10, 2020February 25, 2020
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
Construct 2/3 Custom Controls

Correctly detect gamepad events in your game C2/C3

dop2000February 8, 2020September 14, 2020
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
Construct 2/3 Featured Game Templates

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

dop2000February 8, 2020February 25, 2020
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
Arrays / Dictionaries / Data Construct 2/3 Weapons / Inventory / Shop

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

dop2000February 8, 2020February 16, 2020
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
Construct 2/3 Misc

NWJS – create and execute a BAT-file in Windows

dop2000February 7, 2020February 16, 2020
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
Construct 2/3 Featured Platform Weapons / Inventory / Shop

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

dop2000February 7, 2020February 25, 2020
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
8 Direction Construct 2/3 Weapons / Inventory / Shop

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

dop2000February 7, 2020February 16, 2020
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
8 Direction Construct 2/3 Featured Isometric

Z-sorting in an isometric view game

dop2000February 7, 2020February 25, 2020
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
Construct 2/3 Enemy AI Pathfinding

Simple AI with Pathfinding – wolves chasing prey C2/C3

adminFebruary 6, 2020September 14, 2020
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
Construct 2/3 Misc

Simple teleportation to a predefined or a random teleport

adminFebruary 6, 2020February 28, 2020
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 CAPX
Construct 2/3 Misc

A template for a simple level editor – drag objects on the map CAPX

adminFebruary 6, 2020February 16, 2020
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
Construct 2/3 Misc

Fire at targets to shrink them C3P

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

Save and load game progress to a disk file CAPX

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

How to Link Object instances by UID – two examples

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

Split text into separate words C3P

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

Send data from Construct 2/3 to Google Spreadsheet

adminFebruary 6, 2020February 16, 2020
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
Construct 2/3 Custom Controls

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

adminFebruary 6, 2020February 16, 2020
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 CAPX
Construct 2/3 Custom Controls

Customizable radio button controls CAPX

adminFebruary 6, 2020February 16, 2020
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 Construct 2/3 Weapons / Inventory / Shop

Comprehensive Inventory System – C3P

adminFebruary 6, 2020February 16, 2020
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
Colors Construct 2/3 Featured Game Templates

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

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

Sharkie game – a hungry shark chasing swimmers

adminFebruary 6, 2020February 25, 2020
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
Construct 2/3 Featured Visual Effects

Huge Explosion effect – shake and tilt the screen C3P

adminFebruary 6, 2020February 25, 2020
Make your explosions 'juicier' by adding shake and tilt effect. (more…)
Share
Glowing laser effect CAPX
Construct 2/3 Visual Effects

Glowing laser effect CAPX

adminFebruary 6, 2020February 16, 2020
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 CAPX
Construct 2/3 Text Visual Effects

Text displayed as a moving sine wave with fade CAPX

adminFebruary 6, 2020February 16, 2020
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
Construct 2/3 Featured Misc Visual Effects

A sphere made of tiles which follows mouse cursor

dop2000February 5, 2020February 25, 2020
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
Construct 2/3 Misc Visual Effects

3D fountain with bouncing balls C2/C3

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

C3P “Diamonds” Transition Effect When Switching Between Layouts

adminFebruary 2, 2020February 16, 2020
C3P "Diamonds" transition effect when switching between layouts (more…)
Share
Using Javascript to display Open File dialog, returns the file name to a callback function
Construct 2/3 Misc

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

adminFebruary 2, 2020February 16, 2020
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 CAPX
Construct 2/3 Visual Effects

Fake 3D Effect of Firing a Machine Gun from a Helicopter CAPX

adminFebruary 2, 2020February 16, 2020
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
Construct 2/3 Misc

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

adminFebruary 2, 2020September 14, 2020
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 CAPX
Construct 2/3 Visual Effects

Simulate an Ultra-Low-Resolution Dot Display CAPX

adminFebruary 2, 2020September 14, 2020
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
Construct 2/3 Misc

Changing Sound Volume With Distance C2/C3

adminFebruary 2, 2020September 14, 2020
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
Construct 2/3 Misc

Chain Demo, Without Using Physics C2/C3

adminFebruary 2, 2020September 14, 2020
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
Construct 2/3 Visual Effects

Animation Frame Change with Morph (fade) C2/C3

adminFebruary 2, 2020September 14, 2020
This demo shows you how to add fade effect to the sprite animation frame changes. (more…)
Share
Spin the Wheel of Fortune and predict the prize!
Construct 2/3 Misc

Spin the Wheel of Fortune and predict the prize!

adminFebruary 2, 2020July 17, 2020
This demo will teach you how to cheat the Wheel of Fortune. We hope you use this knowledge for the betterment of mankind! (more…)
Share
Driving a Long Truck C3P
Car Construct 2/3

Driving a Long Truck C3P

adminFebruary 2, 2020February 16, 2020
Keep the truck on the path - don't drive it off the screen, like I did! Simple event sheet shows you the setup. (more…)
Share
Skiing or Driving Game – Leaving Double Tracks, Infinite Scrolling Background CAPX
Car Construct 2/3 Game Templates

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

adminFebruary 2, 2020February 16, 2020
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 Rectangle with Rounded Corners C3P
Construct 2/3 Misc

Draw a Rectangle with Rounded Corners C3P

adminFebruary 2, 2020February 16, 2020
This is a simple demo that allows the user to create a rectangle with rounded corners, using Drawing Canvas object. (more…)
Share
Draw a Bounding Rectangle, or a Perimeter Around Multiple Objects CAPX
Construct 2/3 Misc

Draw a Bounding Rectangle, or a Perimeter Around Multiple Objects CAPX

adminFebruary 2, 2020February 16, 2020
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
Splashes of Paint on the Wall C3P
Construct 2/3 Visual Effects

Splashes of Paint on the Wall C3P

adminFebruary 2, 2020February 16, 2020
When the player clicks or taps (depending on setup) paint gets randomly splattered on the invisible wall. As with all demos, an easy to follow event sheet is included. (more…)
Share
CAPX Rotating an Image in 3D (frame based)
Construct 2/3 Misc

CAPX Rotating an Image in 3D (frame based)

adminFebruary 2, 2020September 14, 2020
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 CAPX
Construct 2/3 Featured Visual Effects

X-Ray Machine Effect with Blend Mode CAPX

adminFebruary 2, 2020February 25, 2020
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 CAPX
Construct 2/3 Misc

Comprehensive Undo/Redo System CAPX

adminFebruary 2, 2020February 16, 2020
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  CAPX
Construct 2/3 Featured Isometric

Walking Around Buildings in Isometric View CAPX

adminFebruary 2, 2020February 25, 2020
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
Camera Construct 2/3 Custom Controls

Zoom a Sprite or the entire screen with pinch touch gesture

adminFebruary 2, 2020February 16, 2020
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 CAPX
Construct 2/3 Text

Search for a Text in a Large List by Typing First Letters CAPX

adminFebruary 2, 2020February 16, 2020
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 Construct 2 and 3
Construct 2/3 Text

Scroll Text Line by Line – versions for Construct 2 and 3

adminFebruary 2, 2020February 16, 2020
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 CAPX
Construct 2/3 Text

“Old terminal” style text input with blinking cursor CAPX

adminFebruary 2, 2020February 16, 2020
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

Posts navigation

Previous 1 2 3 4 Next

Buy Me A Coffee

Banner Hire Construct Expert

You may also like…

  • Draw a path and move along itDraw a path on the screen and move your character along it
  • CAPX Simple 3D shadow effect for a tilemapSimple 3D shadow effect for a tilemap CAPX
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
  • Camera
  • Car
  • Collisions
  • Colors
  • Construct 2/3
  • Custom Controls
  • Enemy AI
  • Featured
  • Game Templates
  • Isometric
  • Mapping
  • Misc
  • Pathfinding
  • Physics
  • Platform
  • Slide Bar
  • Text
  • Tilemaps
  • Videos
  • Virtual Joystick
  • Visual Effects
  • Weapons / Inventory / Shop
  • Fake 3D ShadowPlatform – Fake 3D Shadow on the Ground CAPX
  • X-Ray Machine EffectX-Ray Machine Effect with Blend Mode CAPX
  • Huge Explosion effect shake and tilt the screenHuge Explosion effect – shake and tilt the screen C3P

Banner Hire Construct Expert

Copyright All rights reserved | Theme: Infinity News by Themeinwp.