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

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

Buy Me A Coffee

Banner Hire Construct Expert

You may also like…

  • Splashes of Paint on the Wall C3PSplashes of Paint on the Wall C3P
  • Rifle Scope effectRifle Scope effect (Demo & Youtube Tutorial)
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
  • Smooth Angle Change in 8 DirectionSmooth Angle Change in 8 Direction Behavior CAPX / C3
  • Loop demo‘Loop’ puzzle – two versions
  • Easily save multiple variables in Local StorageEasily save lots of values in Local Storage – game progress, settings, coins or anything else

Banner Hire Construct Expert

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