Skip to content
How To…  Construct 2 & 3 Demos

How To… Construct 2 & 3 Demos

Construct 2 & 3 Example Demos

Header Advertise
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
    • Blog
  • Home
  • C3
  • Page 4

Category: C3

Camera Scrolling Limited to a Certain Zone – 3 Examples C3/C2
C2 C3 Camera Construct 2/3

Camera Scrolling Limited to a Certain Zone – 3 Examples C3/C2

adminFebruary 1, 2020August 8, 2021
When there is a big scary monster awaiting ahead and you want to keep it a surprise for a while - limit your camera movement. Three different examples to choose...
Share
Z-Elevation Effect Made with Events, Allowing to Offset Camera Position C3P
C3 Camera Construct 2/3 Visual Effects

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

adminFebruary 1, 2020August 8, 2021
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
Patrolling enemies, moving between waypoints C3/C2
C2 C3 Construct 2/3 Enemy AI

Patrolling enemies, moving between waypoints C3/C2

adminFebruary 1, 2020August 8, 2021
Be warned, watching these enemies patrol may put you to sleep. Simple patrolling enemies demo with detailed event sheet. Not too hard, good for the beginner. (more…)
Share
Platform – flying enemies that are patrolling, shooting and chasing the player C3/C2
C2 C3 Construct 2/3 Enemy AI Platform

Platform – flying enemies that are patrolling, shooting and chasing the player C3/C2

adminFebruary 1, 2020August 8, 2021
The ever popular platform game - players can't get enough. This example demo will help you set up the artificial intelligence needed to make your enemies patrol, shoot and chase...
Share
Enemies Walking Around Walls (Metroid-style) or Patrolling the Perimeter (Enemy AI) C3/C2
C2 C3 Construct 2/3 Enemy AI Featured

Enemies Walking Around Walls (Metroid-style) or Patrolling the Perimeter (Enemy AI) C3/C2

adminFebruary 1, 2020August 8, 2021
A few of these enemies have had Way to Much Caffeine!. This demo gives a clever example of how to make your enemies walk around walls or patrol a certain...
Share
Controlling a Slider Bar with Gamepad C3/C2
C2 C3 Construct 2/3 Slide Bar

Controlling a Slider Bar with Gamepad C3/C2

adminFebruary 1, 2020August 8, 2021
Oh the simplicity and brilliance of the gamepad. Easy for the player to use, not always as easy for a developer to setup. Here is a custom slider control which...
Share
Custom Horizontal and Vertical Slider Bars C3/C2
C2 C3 Construct 2/3 Slide Bar

Custom Horizontal and Vertical Slider Bars C3/C2

adminFebruary 1, 2020August 8, 2021
If you're stuck trying to setup those all important slide bars, do we have a demo for you. This demo gives a simple but detailed example of how to setup...
Share
Rotate an Object by Touching Any Part of the Screen – C3/C2
C2 C3 Construct 2/3 Custom Controls

Rotate an Object by Touching Any Part of the Screen – C3/C2

adminFebruary 1, 2020August 8, 2021
Once again the title tells the story. Touch/click anywhere on the screen and the little ball rotates with the mouse or your finger. The event sheet shows the simple setup....
Share
Move a Sprite by Repeatedly Pressing Two Keys C3
C3 Construct 2/3 Custom Controls

Move a Sprite by Repeatedly Pressing Two Keys C3

adminFebruary 1, 2020August 8, 2021
Another awesome demo. Repeatedly press keys on the keyboard to move the sprites. Event sheet is short and well commented. (more…)
Share
Customizable Rotating Knob Controls C3/C2
C2 C3 Construct 2/3 Custom Controls

Customizable Rotating Knob Controls C3/C2

adminFebruary 1, 2020August 8, 2021
Designing a Settings screen for your game? Replace sliders with rotating knobs or dials! They are fun to interact with and fully customizable - you can set min/max values and...
Share
Horizontal Only Thumbstick, Controlling a Car – C3/C2  #Construct3
C2 C3 Car Construct 2/3 Virtual Joystick

Horizontal Only Thumbstick, Controlling a Car – C3/C2 #Construct3

adminFebruary 1, 2020August 8, 2021
This is a brilliant Construct 3 demo perfect for a car game. The event sheet shows you how to make touch steering controls and complete driving setup. (more…)
Share
Floating Thumbstick (Demo & Youtube Tutorial) C3/C2
C2 C3 Construct 2/3 Virtual Joystick

Floating Thumbstick (Demo & Youtube Tutorial) C3/C2

adminFebruary 1, 2020August 8, 2021
Yet another thumbstick demo. This time the floating virtual joystick follows your finger! (more…)
Share
Virtual Thumbstick to Control a Character with 8 Direction Behaviour C3/C2
8 Direction C2 C3 Construct 2/3 Virtual Joystick

Virtual Thumbstick to Control a Character with 8 Direction Behaviour C3/C2

adminFebruary 1, 2020August 8, 2021
This example demo shows you how to setup an onscreen thumb  stick to control a character using the 8 direction behavior. This is a very detailed demo to help create...
Share
Two Virtual Thumbsticks – C3/C2
C2 C3 Construct 2/3 Featured Virtual Joystick

Two Virtual Thumbsticks – C3/C2

adminFebruary 1, 2020August 8, 2021
This download shows you the setup for onscreen double thumb controls. Includes versions for Construct 2 and 3. The event sheet shows you the setup needed to create the thumb...
Share
Easily save lots of values in Local Storage – game progress, settings, coins or anything else C3
Arrays / Dictionaries / Data C3 Construct 2/3

Easily save lots of values in Local Storage – game progress, settings, coins or anything else C3

adminJanuary 31, 2020August 8, 2021
This demo will not win any beauty contests, but it may be the most useful example on this website. It demonstrates how to use Local Storage plugin to save player's...
Share
Export array data to CSV (Excel) file format C3
Arrays / Dictionaries / Data C3 Construct 2/3

Export array data to CSV (Excel) file format C3

adminJanuary 31, 2020August 8, 2021
You never think you'll need to export array data, until you do. Use this demo to learn how to export array data to the Excel-compatible CSV file using Construct 3....
Share
Sorting 2-Dimensional Array by Any Column C3/C2
Arrays / Dictionaries / Data C2 C3 Construct 2/3

Sorting 2-Dimensional Array by Any Column C3/C2

adminJanuary 31, 2020August 8, 2021
Looping, indexing .... oh it's all deathly boring, but a necessity when it comes to programming. This demo shows how to sort data in 2 dimensional arrays. (more…)
Share

Posts navigation

Previous 1 … 3 4

Buy Me A Coffee

Construct 3 | 2D & 3D Game Maker

Banner Hire Construct Expert

You may also like…

  • Construct 3: The Ultimate Game Maker
  • 3D SlopeMarker Up/Down 3D Wedge C3/3D
  • 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
    • Blog
Close

Categories

  • 8 Direction
  • Arrays / Dictionaries / Data
  • Blog
  • 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
  • Construct 3: The Ultimate Game Maker
  • 3D SlopeMarker Up/Down 3D Wedge C3/3D
  • Prevent multiple enemies with pathfinding from overlappingPrevent multiple enemies with pathfinding from overlapping (EasyStarJS)

Banner Hire Construct Expert

  • Everything C3/C2
  • C3
  • C2
  • Game Templates
  • Premium