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

Year: 2020

Starfish!
Construct 2/3 Featured Misc

Starfish!

dop2000November 8, 2020November 8, 2020
Playing with the new Scene Graph feature in Construct 3. This demo shows how to create a complex creature with long tentacles, each of which is moving on its own....
Share
Print an image or export to PDF
Construct 2/3 Misc

Print an image or export to PDF

dop2000November 8, 2020
This implementation of PrintJS library for C3 allows to print (or export to PDF) an image from the Drawing Canvas object, or a snapshot of the screen. (more…)
Share
Display random images without repetition
Construct 2/3 Misc

Display random images without repetition

dop2000November 8, 2020
An essential feature in quiz games, this demo shows how to use Permutation Table of the AdvancedRandom plugin to display random images without repetition. (more…)
Share
Simple healthbar
Construct 2/3 Misc

Simple healthbar

dop2000November 8, 2020
A simple implementation of a health bar with smooth tweened resizing. (more…)
Share
ASCII Art loading
Construct 2/3 Featured Visual Effects

ASCII Art loading

dop2000November 8, 2020November 8, 2020
Do you remember BBS, dial-up, 2400 baud modems? Up all night and you'd download 5 files? Here is an example showing how to emulate BBS-style ASCII art, loading at slow...
Share
Physics Block Puzzle – Premium and Free templates, plus Youtube demo
Construct 2/3 Featured Game Templates Physics

Physics Block Puzzle – Premium and Free templates, plus Youtube demo

adminSeptember 5, 2020April 1, 2021
A neat little puzzler template where your goal is to re-arrange yellow blocks and move them all to the green space. (more…)
Share
Multistroke Gesture Recognizer and Recorder for C3
Construct 2/3 Custom Controls Featured

Multistroke Gesture Recognizer and Recorder for C3

dop2000August 22, 2020April 1, 2021
Accurate and fast, this recognizer supports unistroke and multistroke gestures. It can even recognize entire words or basic drawings! (more…)
Share
Color Picker and Converter Tool, HSV ↔ RGB ↔ HEX (Demo & Youtube Tutorial)
Colors Construct 2/3 Featured

Color Picker and Converter Tool, HSV ↔ RGB ↔ HEX (Demo & Youtube Tutorial)

adminAugust 22, 2020April 1, 2021
Select a color from HSV color space, or enter color values manually in RGB, HSV or HEX format. This app will automatically convert the color in all three formats and...
Share
Communicating with an iFrame in Construct (Demo & Youtube Tutorial)
Construct 2/3 Misc

Communicating with an iFrame in Construct (Demo & Youtube Tutorial)

dop2000August 15, 2020August 21, 2020
This little demo shows how pass data to/from the iFrame in Construct. [wpdm_package id='2055'] You can watch this and other Construct 2/3 videos at: the Bart Alluyn Channel Please like...
Share
Pathfinding Stack – two examples
Construct 2/3 Enemy AI Pathfinding

Pathfinding Stack – two examples

dop2000August 15, 2020September 11, 2020
This demo shows how to use Pathfinding stack to visit multiple places on the map. (more…)
Share
Framing Effects With Zoom
Construct 2/3 Featured Mapping Visual Effects

Framing Effects With Zoom

dop2000August 15, 2020August 15, 2020
An extension on the previous demo by Von Perkele - now showing how to zoom-in and apply different effects to a limited area of an image. (more…)
Share
Cropping and Expanding an Image
Construct 2/3 Visual Effects

Cropping and Expanding an Image

dop2000August 15, 2020August 15, 2020
A clever example of how to make a cropping effect in Construct 3 using blend modes. (more…)
Share
Trajectory Calculation – two methods (Demo & Youtube Tutorial)
Bullet Construct 2/3 Misc

Trajectory Calculation – two methods (Demo & Youtube Tutorial)

dop2000August 15, 2020August 21, 2020
No matter how you change the flying time, gravity or speed - projectiles from the blue and red guns still hit the green target with 100% accuracy! (more…)
Share
Using Flood Fill for Drawing Canvas to make a Coloring game (Demo & Youtube Tutorial)
Colors Construct 2/3 Featured

Using Flood Fill for Drawing Canvas to make a Coloring game (Demo & Youtube Tutorial)

dop2000July 17, 2020August 7, 2020
Making a coloring game for kids is a surprisingly difficult task, as there is no flood fill tool in Construct. (more…)
Share
Simple Level Selection Screen
Construct 2/3 Misc

Simple Level Selection Screen

dop2000July 17, 2020
A very simple demo showing how to make a level selection menu. (more…)
Share
Roller Paint Demo (Demo & Youtube Tutorial)
Construct 2/3 Misc Tilemaps

Roller Paint Demo (Demo & Youtube Tutorial)

dop2000June 27, 2020August 7, 2020
This example shows how to use TileMap object to create a painting game. (more…)
Share
Coyote Jump – a simple trick that can improve your platformer game (Demo & Youtube Tutorial)
Construct 2/3 Platform

Coyote Jump – a simple trick that can improve your platformer game (Demo & Youtube Tutorial)

dop2000June 27, 2020August 21, 2020
Coyote Time or Coyote Jump is an easy way to make your platformer more enjoyable and rewarding. It adds a little bit of "grace time" to make a crucial jump....
Share
Auto zoom and scroll the screen to fit multiple characters (Demo & Youtube Tutorial)
Camera Construct 2/3 Featured

Auto zoom and scroll the screen to fit multiple characters (Demo & Youtube Tutorial)

dop2000June 27, 2020August 21, 2020
The video above explains it all! (more…)
Share
Gun Recoil Effect (Demo & Youtube Tutorial)
Construct 2/3 Platform

Gun Recoil Effect (Demo & Youtube Tutorial)

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

Add a Password Lock to your game

dop2000May 30, 2020May 30, 2020
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)
Construct 2/3 Featured Visual Effects

Rifle Scope effect (Demo & Youtube Tutorial)

dop2000May 30, 2020August 7, 2020
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)
Construct 2/3 Featured Game Templates Physics

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

dop2000May 30, 2020September 14, 2020
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)
Construct 2/3 Featured Physics

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

dop2000May 16, 2020August 7, 2020
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)
Construct 2/3 Misc

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

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

Use containers with families

dop2000May 16, 2020
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)
Construct 2/3 Featured Visual Effects

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

dop2000May 16, 2020June 27, 2020
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
Arrays / Dictionaries / Data Construct 2/3

Create Non-Linear Plot and Alternative Endings

dop2000April 27, 2020
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
Construct 2/3 Visual Effects

3D Star Field Effect

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

Saving and Loading system with multiple save slots

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

Select and drag multiple images (Demo & Youtube Tutorial)

dop2000April 10, 2020August 7, 2020
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
Car Construct 2/3 Misc

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

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

Scroll by dragging the screen with touch or mouse

dop2000April 10, 2020April 10, 2020
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)
Construct 2/3 Featured Game Templates Tilemaps

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

dop2000March 30, 2020August 7, 2020
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
Construct 2/3 Featured Game Templates Platform

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

dop2000March 8, 2020April 1, 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
8 Direction Construct 2/3 Platform Weapons / Inventory / Shop

Weapon knockback in Platform or 8-direction game

dop2000March 8, 2020March 8, 2020
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)
8 Direction Construct 2/3 Featured Videos

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

dop2000March 2, 2020June 9, 2020
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
Arrays / Dictionaries / Data Construct 2/3

Simple scoreboard / leaderboard with an array

dop2000February 20, 2020
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
Car Construct 2/3 Featured Physics

Physics Car With Suspension

dop2000February 17, 2020February 25, 2020
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
Car Construct 2/3 Platform

Simple car with Platform behavior

dop2000February 17, 2020February 17, 2020
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
Detect when your desktop game window loses focus
Construct 2/3 Misc

Detect when your desktop game window loses focus

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

Simple stopwatch

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

Posts navigation

1 2 3 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
  • Wall Jumps with DecreasingPlatform – Wall Jumps, Dash, Camera Scrolling/Panning Effects 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
  • Relative movementRelative movement on another moving object CAPX
  • Password LockAdd a Password Lock to your game
  • Customizable Rotating KnobCustomizable Rotating Knob Controls CAPX

Banner Hire Construct Expert

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