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

dop2000

Random Level Generator Template for Top-Down View Games – Premium Template
Construct 2/3 Game Templates

Random Level Generator Template for Top-Down View Games – Premium Template

dop2000April 1, 2021April 1, 2021
A new version of our most popular Random Level Generator template, now for Top-Down View games! (more…)
Share
Add Subtitles to your videos – Premium Template
Construct 2/3 Featured Text Visual Effects

Add Subtitles to your videos – Premium Template

dop2000April 1, 2021April 1, 2021
Easily add subtitles to your videos in Construct 3 games! (more…)
Share
Scope with magnification effect
Construct 2/3 Featured Visual Effects

Scope with magnification effect

dop2000April 1, 2021
Another variation of the Rifle Scope demo, now with real magnification! (more…)
Share
Animal Crossing Funny Text-to-Speech Effect
Construct 2/3 Misc Text

Animal Crossing Funny Text-to-Speech Effect

dop2000April 1, 2021April 1, 2021
If you've played Animal Crossing, you should remember the funny mumbling fake speech effect. Here is a version of it for Construct 3! (more…)
Share
Simple Object Shake with a custom Ease
Construct 2/3 Visual Effects

Simple Object Shake with a custom Ease

dop2000April 1, 2021
You can shake the entire screen with ScrollTo behavior, but what if you want to shake just one object? (more…)
Share
Chess game!
Construct 2/3 Featured Game Templates

Chess game!

dop2000January 3, 2021January 3, 2021
Chess for two players! (more…)
Share
Physics Ragdoll – Premium template
Construct 2/3 Featured Physics

Physics Ragdoll – Premium template

dop2000January 2, 2021April 1, 2021
Simple yet very life-like rag doll made with Physics! (more…)
Share
Camera scrolling in a top-down view game
Camera Construct 2/3

Camera scrolling in a top-down view game

dop2000January 2, 2021
Automatically scroll the screen as the player gets close to its edges. Very simple code with just one event! (more…)
Share
Seesaw in a platformer game
Construct 2/3 Physics Platform

Seesaw in a platformer game

dop2000January 2, 2021
Usually mixing Physics with Platform behavior is a bad idea, but in this example they work pretty well together. Create a seesaw or a platform that tilts when player steps...
Share
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
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
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

Posts navigation

1 2 Next

Buy Me A Coffee

Banner Hire Construct Expert

You may also like…

  • Z-elevation with eventsZ-Elevation Effect Made with Events, Allowing to Offset Camera Position C3P
  • Chain Demo, Without Using Physics CAPXChain Demo, Without Using Physics C2/C3
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
  • Use containers with familiesUse containers with families
  • Animation Frame Change with MorphAnimation Frame Change with Morph (fade) C2/C3
  • Comprehensive Inventory systemComprehensive Inventory System – C3P

Banner Hire Construct Expert

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