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 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 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...
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...
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 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...
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...
Making a simple but complete asteroid clone in less than 100 events using C2's free edition, that is the challenge of this tutorial. To prove that it is possibl...
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...