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
  • 2020
  • February
  • 2

Day: February 2, 2020

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
Auto-resizing speech bubble with typewriting effect, for dialog systems CAPX
Construct 2/3 Text

Auto-resizing speech bubble with typewriting effect, for dialog systems CAPX

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

Simple Follower for 8 Direction Behavior C2/C3

adminFebruary 2, 2020September 14, 2020
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 CAPX / C3
8 Direction Construct 2/3

Smooth Angle Change in 8 Direction Behavior CAPX / C3

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

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

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

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

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

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

adminFebruary 2, 2020October 14, 2020
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
Zooming a Portion of the Map CAPX
Construct 2/3 Mapping

Zooming a Portion of the Map CAPX

adminFebruary 2, 2020February 16, 2020
Like the title says, Zoom in on a portion of a map. Simple to do, easy event sheet to follow. Perfect for many different types of apps and games. (more…)
Share
Pathfinding – Instantly Showing Path to Cursor Position CAPX
Construct 2/3 Pathfinding

Pathfinding – Instantly Showing Path to Cursor Position CAPX

adminFebruary 2, 2020February 16, 2020
This modified Pathfinding template shows you how to visualize path calculation in real-time. It may be useful for an RTS game, RPG or whatever you're designing. (more…)
Share
Using an Invisible Tilemap as an Obstacle Map for Pathfinding CAPX
Construct 2/3 Pathfinding

Using an Invisible Tilemap as an Obstacle Map for Pathfinding CAPX

adminFebruary 2, 2020February 16, 2020
Click any room and the little arrow will find the shortest way to it. This demo shows how to use an invisible TileMap object as an obstacle map in a...
Share
Pathfinding on a hex grid CAPX
Construct 2/3 Featured Pathfinding

Pathfinding on a hex grid CAPX

adminFebruary 2, 2020February 25, 2020
Hexagon geometry may be complicated, but this demo shows a simple way to adapt the official Pathfinding behaviour for a hex grid. C2 version requires MoveTo addon. (more…)
Share
Math Game – Quickly Type Answers to Math Questions CAPX
Construct 2/3 Game Templates

Math Game – Quickly Type Answers to Math Questions CAPX

adminFebruary 2, 2020February 16, 2020
You have X seconds to answer the question - type in the answer before the black ball reaches the other side of the screen. Event sheet included. (more…)
Share
Simple Quiz Game with Questions and Answers Loaded From a Text File CAPX
Arrays / Dictionaries / Data Construct 2/3 Game Templates

Simple Quiz Game with Questions and Answers Loaded From a Text File CAPX

adminFebruary 2, 2020February 16, 2020
The title pretty much says it all. Use Construct 2 or Construct 3 to create a simple quiz game. Very detailed event sheet. (more…)
Share
Word Game – Fill In The Missing Word In A Sentence C2/C3
Construct 2/3 Game Templates Text

Word Game – Fill In The Missing Word In A Sentence C2/C3

adminFebruary 2, 2020September 14, 2020
Simple fill in the word game. Easily add more to the game. Extremely simple event sheet. (more…)
Share
Create a destructible terrain as in Scorched Earth with a tilemap CAPX
Construct 2/3 Featured Tilemaps

Create a destructible terrain as in Scorched Earth with a tilemap CAPX

adminFebruary 2, 2020February 25, 2020
Did you know tilemap in Construct can be used to create custom-shaped objects? Not only that, but you can also remove portions of the tilemap in runtime, and use it...
Share
Simple 3D shadow effect for a tilemap CAPX
Construct 2/3 Tilemaps

Simple 3D shadow effect for a tilemap CAPX

adminFebruary 2, 2020February 16, 2020
Once again the title says it all. As the player clicks or taps on the screen (depending on how you set it up) and the 3D effect shows up under...
Share
Flood fill a Tilemap – CAPX #Construct2 #Construct3
Construct 2/3 Tilemaps

Flood fill a Tilemap – CAPX #Construct2 #Construct3

adminFebruary 2, 2020February 16, 2020
This demo would be great for those pixel coloring apps, but could also be used for so many other apps and games. Draw closed shapes and fill them with color....
Share
Flooding a terrain heightmap – CAPX #Construct2 #Construct3
Construct 2/3 Tilemaps

Flooding a terrain heightmap – CAPX #Construct2 #Construct3

adminFebruary 2, 2020September 14, 2020
Click on the screen and the water will start flooding the land, rising higher and higher. Event sheet is thorough and well commented. (more…)
Share
Flood fill a Dungeon Tilemap and highlight walls CAPX #Construct2 #Construct3
Construct 2/3 Tilemaps

Flood fill a Dungeon Tilemap and highlight walls CAPX #Construct2 #Construct3

adminFebruary 2, 2020September 14, 2020
Are you making an RPG or rogue-like game? Then this demo is for you. Click anywhere on the dungeon tilemap to detect enclosed rooms and highlight walls. (more…)
Share
Smooth tinting of the entire screen with selected color C3P
Colors Construct 2/3 Visual Effects

Smooth tinting of the entire screen with selected color C3P

adminFebruary 2, 2020February 16, 2020
Once again the description is in the title. Gradually change screen tint as the player gets closer to a dangerous boss, loses/gains health, or if you simply want to add...
Share

Buy Me A Coffee

Banner Hire Construct Expert

You may also like…

  • Send data to/from iFrameCommunicating with an iFrame in Construct (Demo & Youtube Tutorial)
  • Custom Horizontal and VerticalCustom Horizontal and Vertical Slider Bars CAPX C3P
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
  • Flood fill a tilemapFlood fill a Tilemap – CAPX #Construct2 #Construct3
  • Enemies Walking Around WallsEnemies Walking Around Walls (Metroid-style) or Patrolling the Perimeter (Enemy AI) CAPX
  • Trajectory CalculationTrajectory Calculation – two methods (Demo & Youtube Tutorial)

Banner Hire Construct Expert

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