I'm quite new to Construct 3 still, so I'm just dabbling on some little projects to learn. I have a dictionary with two instance variables: Excellent and Awful....
I have a project using Dictionary objects and I noticed that empty values are tranformed into "0" when you retrieve them to use them in Texts or even when you c...
This tutorial introduces several ways to manage data structures to make a simple inventory system. Which one is better dictionary or array inventory? They each...
Is this correct. I tried but. Return value 0.
Lately I've been getting familiar with using local storage to save a whole "Dictionary" object and use it for a save system. But the one thing I can't figure ou...
I have a very broad question about best practices for storing enemy attributes or other sprite instance object. I am making my first game and my Family "Enemies...
Player nickname and player Y coordinate. You need to enter them somewhere and output them to text input sorted from the largest value to the smallest by player...
The only way I've been able to do is. But I need at least one more way to do a number value. Anyone got anything?
I have a project where I need to edit the values in a Dictionary object, but there seems to be no way to edit the values. I tried a method sugested to me where...
In my game I save all players starter health in dictionary, players health change by items or level ups and so I update the dictionary then. How do I get the mo...