Construct 2 (c2) version of the Line of Sight behavior (r275). When a chosen object is within line of sight (LOS) it becomes selected, even for multiple instanc...
I've got my dictionary to work just fine. However, when I exit the layout and return to the layout all the values and keys within the dictionary have disappeare...
Working on a project for a client, can't destroy it, hence the question. It has a main event sheet from where it includes a couple of other ones. And in the gam...
Is there any way to load BinaryData (DrawingCanvas image) to Dictionary and load it into a sprite? To go a little deeper, is the value BinaryData.GetBase64? Not...
I am trying to call values from a dictionary to keep my player variables from level to level. However, they seem to be getting lost along the way. I debugged it...
I'm putting the final touches on my game and I have a highscore function. At first I built it with the LocalStorage object and it worked perfectly. Except, when...
I would like to make a collection of notes that you find throughout the game which you could look up in a journal that you carry with you. You know the type, sk...
I think saw a tutorial not long ago where it was mentioned that you could store multiple values under the same "key". Is it true or did I just imagine it? I kin...
Welcome to this tutorial covering how to make a robust inventory system. In any game which uses items, you'll usually need some way for the player to view and u...
I created a new dictionary style JSON file via new> dictionary in the File directory. (File name: Asdf.Json). How do I use this file? I have both Dictionary plu...