Content tagged array

A data structure consisting of a collection of elements (values or variables), each identified by at least one array index or key.

Similar Tags

Report Tag

364 usages of this tag
  • 2 replies
  • 138 views
This content is deleted
Forum Topic
How do I display array as a table at runtime?
0 favourites

I've been searching for a while now, but I can't figure out how to display values from a 2D array in a table. The table can be a text object or HTML object (or...

posted 7 months ago
  • 11 replies
  • 312 views

Title. And the exported type is NW.Js.

posted 6 months ago
  • 2 replies
  • 115 views
This content is deleted
Forum Topic
Copy object's variables from an saved array
0 favourites

I have an object with different variables and boolean that I saved in an array in the right place like this: Then when I reload my layout, I would like my objec...

posted 6 months ago
  • 4 replies
  • 197 views
0 favourites

I'm making a trivia game. I have a JSON file with 300 questions and answers but I only want individual 'games' to consist of 7 questions. Currently I can iterat...

posted 6 months ago
  • 3 replies
  • 221 views
This content is deleted
Forum Topic
Get the value of my dictionary
0 favourites

I have some variables and values in a dictionary and I would like to compare the variable to an entry in an array. For exemple in my array I have an entry like...

  • 3 replies
  • 393 views
This content is deleted
Forum Topic
How to make a simple in-game constructor?
0 favourites

I'm trying to create a simple in-game constructor that will allow players to build a certain object from parts. Some parts can only sit at the bottom and some p...

  • 5 replies
  • 178 views

I would like to use arrays like variables. The four things I would like to do are: Pass them as a parameter in a function. Make new ones as local variables (or...

posted 6 months ago
  • 3 replies
  • 141 views
This content is deleted
Forum Topic
is there a way to make pure object that has properties?
0 favourites

Actually I want to create an object that has properties and is pushed into an array if possible. Then I tried it this way: Create a sprite object and add some i...

posted 6 months ago
  • 2 replies
  • 193 views
This content is deleted
Forum Topic
How to increase a number exponentially?
0 favourites

How to fill an array with numbers that increases exponentially from a fixed number (e.G. 500) to any bigger number (e.G. 1000000000) with possibility to adjust...

posted 5 months ago
  • 2 replies
  • 107 views
This content is deleted
Forum Topic
How do I create sprites using elements stored in array?
0 favourites

I'm creating a puzzle type game in which certain sprites are being created on the start of the layout. So in that, there are 2 arrays, one stores all of the coo...

posted 5 months ago

Similar Tags