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

Category: Misc

Asteroid Belt
Construct 2/3 Featured Misc

Asteroid Belt

dop2000February 22, 2022
Space rocks going round and round - I can watch this for hours. (more…)
Share
Cut an image into pieces
C3 Construct 2/3 Misc

Cut an image into pieces

dop2000February 22, 2022
Cut an image into irregular shaped pieces - may be used for making jigsaw puzzles or explosion/disintegration effects. (more…)
Share
Circular progress bar
C3 Construct 2/3 Misc

Circular progress bar

dop2000February 22, 2022
Spice up your UI with this circular progress bar. (more…)
Share
Bend a sprite!
Construct 2/3 Misc Visual Effects

Bend a sprite!

dop2000February 22, 2022
Bend a sprite using three control points. (Credit: R0J0hound) (more…)
Share
Circular Audio Analyzer C3
C3 Construct 2/3 Featured Misc Visual Effects

Circular Audio Analyzer C3

dop2000July 11, 2021August 8, 2021
Based on the official "Audio analyzer" template, this demo shows how to display audio frequency graph in a funky circular pattern. (more…)
Share
Bitmap to Tilemap conversion C3
C3 Construct 2/3 Mapping Misc Tilemaps

Bitmap to Tilemap conversion C3

dop2000July 11, 2021August 8, 2021
A popular way of making big maps or levels is creating a bitmap image, where each pixel represents one tile. This demo shows how to read pixel data from such...
Share
Animal Crossing Funny Text-to-Speech Effect C3
C3 Construct 2/3 Misc Text

Animal Crossing Funny Text-to-Speech Effect C3

dop2000April 1, 2021August 8, 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
Starfish! C3
C3 Construct 2/3 Featured Misc

Starfish! C3

dop2000November 8, 2020August 8, 2021
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 C3 #Construct3
C3 Construct 2/3 Misc

Print an image or export to PDF C3 #Construct3

dop2000November 8, 2020August 8, 2021
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 C3
C3 Construct 2/3 Misc

Display random images without repetition C3

dop2000November 8, 2020August 8, 2021
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 C3
C3 Construct 2/3 Misc

Simple healthbar C3

dop2000November 8, 2020August 8, 2021
A simple implementation of a health bar with smooth tweened resizing. (more…)
Share
Communicating with an iFrame in Construct (Demo & Youtube Tutorial) C3
C3 Construct 2/3 Misc

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

dop2000August 15, 2020August 8, 2021
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
Trajectory Calculation – two methods (Demo & Youtube Tutorial) C3
Bullet C3 Construct 2/3 Misc

Trajectory Calculation – two methods (Demo & Youtube Tutorial) C3

dop2000August 15, 2020August 8, 2021
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
Simple Level Selection Screen C3
C3 Construct 2/3 Misc

Simple Level Selection Screen C3

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

Roller Paint Demo (Demo & Youtube Tutorial) C3

dop2000June 27, 2020August 8, 2021
This example shows how to use TileMap object to create a painting game. (more…)
Share
Add a Password Lock to your game C3
C3 Construct 2/3 Misc

Add a Password Lock to your game C3

dop2000May 30, 2020August 8, 2021
Need to add a password or a code lock to your game? Check out this simple example. (more…)
Share
How to limit the angle of view for Turret behavior (Demo & Youtube Tutorial) C3
C3 Construct 2/3 Misc

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

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

Use containers with families C3

dop2000May 16, 2020August 8, 2021
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
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
Draw a path on the screen and move your character along it C3
C3 Car Construct 2/3 Misc

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

dop2000April 10, 2020August 8, 2021
Doodle with your finger and watch this little car follow the line! (more…)
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
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
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
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
Fire at targets to shrink them C3P
C3 Construct 2/3 Misc

Fire at targets to shrink them C3P

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

Save and load game progress to a disk file C3

adminFebruary 6, 2020August 8, 2021
Give your players an option to save the game progress to a file. (more…)
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
A sphere made of tiles which follows mouse cursor C3
C3 Construct 2/3 Featured Misc Visual Effects

A sphere made of tiles which follows mouse cursor C3

dop2000February 5, 2020August 8, 2021
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
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
C3P “Diamonds” Transition Effect When Switching Between Layouts C3
C3 Construct 2/3 Misc Visual Effects

C3P “Diamonds” Transition Effect When Switching Between Layouts C3

adminFebruary 2, 2020August 8, 2021
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 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
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
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
Spin the Wheel of Fortune and predict the prize! C3
C3 Construct 2/3 Misc

Spin the Wheel of Fortune and predict the prize! C3

adminFebruary 2, 2020August 8, 2021
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
Draw a Rectangle with Rounded Corners C3
C3 Construct 2/3 Misc

Draw a Rectangle with Rounded Corners C3

adminFebruary 2, 2020August 8, 2021
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 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
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

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.