Content tagged dictionary

80 usages of this tag
  • 12 replies
  • 374 views
This content is deleted
Forum Topic
How do I Retrieve from Dictionary based on Number Range?
Not favoritedFavorited Favorited 0 favourites

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....

  • 2 replies
  • 266 views
This content is deleted
Forum Topic
Dictionary empty values turn into 0
Not favoritedFavorited Favorited 0 favourites

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...

posted 1 years ago
UpvoteUpvote 3 DownvoteDownvote
This content is deleted
Tutorial
Create a simple Inventory system
Not favoritedFavorited Favorited 1 favourites

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...

  • 1 replies
  • 198 views
This content is deleted
Forum Topic
JSON STRING - Dictionary To Text ?
Not favoritedFavorited Favorited 1 favourites

Is this correct. I tried but. Return value 0.

posted 1 years ago
  • 5 replies
  • 249 views
Not favoritedFavorited Favorited 0 favourites

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...

posted 9 months ago
  • 5 replies
  • 227 views

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...

  • 1 replies
  • 129 views
This content is deleted
Forum Topic
Sort Array and Dictionary
Not favoritedFavorited Favorited 0 favourites

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...

posted 7 months ago
  • 19 replies
  • 310 views

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?

  • 7 replies
  • 166 views
This content is deleted
Forum Topic
How do I Edit Dictionary object?
Not favoritedFavorited Favorited 0 favourites

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...

  • 6 replies
  • 96 views
This content is deleted
Forum Topic
How do I pull certain data from a saved dictionary?
Not favoritedFavorited Favorited 1 favourites

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...

Similar Tags