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
  • Visual Effects

Category: Visual Effects

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
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
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
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
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
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
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
Huge Explosion effect – shake and tilt the screen C3P
Construct 2/3 Featured Visual Effects

Huge Explosion effect – shake and tilt the screen C3P

adminFebruary 6, 2020February 25, 2020
Make your explosions 'juicier' by adding shake and tilt effect. (more…)
Share
Glowing laser effect CAPX
Construct 2/3 Visual Effects

Glowing laser effect CAPX

adminFebruary 6, 2020February 16, 2020
Great laser effect. As always the event sheet is short and easy to read. (more…)
Share
Text displayed as a moving sine wave with fade CAPX
Construct 2/3 Text Visual Effects

Text displayed as a moving sine wave with fade CAPX

adminFebruary 6, 2020February 16, 2020
Text displayed as a moving sine wave with fade. Made in Construct 2, but can be used in Construct 3 game engine. (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
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
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
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
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
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
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
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
Z-Elevation Effect Made with Events, Allowing to Offset Camera Position C3P
Camera Construct 2/3 Visual Effects

Z-Elevation Effect Made with Events, Allowing to Offset Camera Position C3P

adminFebruary 1, 2020February 17, 2020
Z-Elevation feature in Construct 3 requires the camera to be centered. But what if your game has a wide menu on one side of the screen? This little demo provides...
Share

Buy Me A Coffee

Banner Hire Construct Expert

You may also like…

  • Prevent from overlapping another objectPrevent from overlapping another object while dragging (Demo & Youtube Tutorial)
  • Avoid overlapping at the target point C3PAvoid overlapping while moving with Pathfinding – two examples
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
  • Create a realistic chain or rope with PhysicsCreate a realistic chain or rope with Physics (Demo & Youtube Tutorial)
  • Customizable Rotating KnobCustomizable Rotating Knob Controls CAPX
  • Scrolling a List with mouse or touchScrolling a List of Players, Scores, Images with mouse or touch

Banner Hire Construct Expert

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