Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
How to create simple, but scalable dialogue system for your game using triggers and string instance variables. Hope you enjoy the video! JOIN OUR COMMUNITY OF I...
A very simple way of displaying different lines of text (aside from just shoving a load of different text objects on a layout) is to use instance variables. In...
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...
This tutorial looks at a JSON based system for handling and displaying dialogue. The whole example file is controlled by touch (just tap or click to advance the...
Welcome to another tutorial on using a JSON-based dialogue system. As mentioned above, this follows on from a previous tutorial, but where that one demonstrated...
This tutorial follows on from the two basic JSON tutorials. If you’ve not looked at them, and are unfamiliar with JSON, then you can find them here: JSON Introd...
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 project will take an exported JSON from Dialogue Designer (DD) and parse it into Construct 3. Note that this project file was designed for my game specific...
I need help understanding arrays a bit more. Let me preface this by saying I've read every array tutorial available here but my specific problem doesn't seem to...
As students in my mobile gaming course begin working on their final projects, I'm hoping to deepen my knowledge of how JSON files can be used to create a rudime...