Learn game development and coding with Construct 3
In most games, you’ll probably find yourself needing to implement a menu of some sort. In its simplest form, a menu could be a button which the player clicks wi...
In this example, the dialogue will be handled using an array. Oh, and by the way, if a video is more your thing, then do check out this tutorial from Vimlark wh...
Newgrounds is one of many websites where you can upload your Construct creations. They'll need to be exported using the Web (HTML5) option, and the resulting zi...
It's always good to plan ahead when making a project, and determine when you'll need a family in advance. However it's easy to forget and end up with a large nu...
A common request is to customise Construct 3's loading screen. This can be done by using a loader layout, which is a special layout shown while the project is s...
This is part 12 of the tutorial series Learn Javascript in Construct . This part continues on from part 11. So in case you missed it, see Learn Javascript in Co...
Welcome to what will probably be the final instalment of these JSON Dialogue tutorials. This tutorial is going to cover adding branching dialogue and event dial...
This is part 11 of the tutorial series Learn Javascript in Construct . This part continues on from part 10. So in case you missed it, see Learn Javascript in Co...
When Construct's Javascript coding feature was launched in 2019, all the scripts in a project ran as classic mode scripts. This is how Javascript has run in web...