Not a big fan of instance variables? Do you like to use arrays and to create complex data? It’s you’re lucky day since I’m going to teach you how to use multidi...
(This tutorial assumes you have some knowledge of how Construct’s Conditions and Actions work. If not, see the beginner tutorial.). Basically, you can think of...
Hello, everyone! This is my first tutorial, so if you guys like it and want me to make more, let me know! Also, full disclaimer: I am not an expert at using Con...
This is part 9 of the tutorial series Learn Javascript in Construct . This part continues on from part 8. So in case you missed it, see Learn Javascript in Cons...
This is part 10 of the tutorial series Learn Javascript in Construct . This part continues on from part 9. So in case you missed it, see Learn Javascript in Con...
Check in Manuals . 1. Right-click in the Files folder, and New a Array file. 2. You can fill in the cell with content, or copy and paste cell contents from an e...
JSON.Get("store.Info.Location") // Lover's Pond. {. "data": }. JSON.Get("data.0") // 123. JSON.Get("data.1") // 456. Example 2.2. {. "items": }. JSON.Get("items...
In this tutorial we'll learn the basic skills about Drag and Drop tutorial mixed with some basic Frame and Array concepts. Finally, we'll develop a quiz game, s...
Arrays are very simple in concept but, as I have found both personally and from others who have used Construct 2 and 3, sometimes they're challenging to grasp w...