Content tagged construct3

Our latest and greatest product that allows you to make your own games in the browser!

Report Tag

1,072 usages of this tag
3
This content is deleted
Tutorial
Knife Hit Tutorial
13 favourites

Throw the knives into the logs to break them. Slash the apples and unlock new knives. Each 5th stage is defended by a boss - beat them to get exclusive knives!...

0
This content is deleted
Tutorial
Football Kick - Construct 2 tutorials
6 favourites

Swipe the ball to hit the targets and score. Works in both Construct 2 and Construct 3 not extra plugin needed.

15
This content is deleted
Tutorial
Making a Z order system: Easy
15 favourites

In this tutorial I will go over the simplest way to make a Z sorting system. This system is very simple to write and to understand. On every frame, we want to r...

2
This content is deleted
Tutorial
Stick Hero Ketchapp game
6 favourites

In this video tutorial we'll design popular Stick Hero Ketchapp game in 10 min. Also can be recreated in Construct 2. Stick hero.

23
This content is deleted
Tutorial
Making an advanced lighting system
41 favourites

In this tutorial I want to try something different. Instead of explaining step by step how to reproduce it, I want to show the final system and explain each par...

4
This content is deleted
Tutorial
Making a Z order system: A better collision system
4 favourites

In this final tutorial, I'll talk about a way to make use of the new features of Construct 3 to make a better collision system. In Construct 3, solid objects ca...

9
This content is deleted
Tutorial
Creating a Layout Transition System
45 favourites

In any game with more than one layout, chances are you’re going to want a way to transition between the layouts. And you’ll want it to look reasonable. In this...

13
This content is deleted
Tutorial
Split-screen for Construct 3; no addons
21 favourites

File: Hello, this tutorial is to make split-screen in Construct 3 with no extra addons. First of all, I would like to thank oosyrag for the original project and...

13
This content is deleted
Tutorial
[JS] RTFM: A cheat sheet for the manual's features
14 favourites

This short tutorial will sum up all the tiny things you should know about if only you took the time to read the manual. I will try to keep this up to date with...

4
This content is deleted
Tutorial
[JS] Writing a good class system
8 favourites

In C3 we now have the option to subclass objects. This essentially means writing a class that extends an object class and will allow us to add custom code to th...