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
  • 1 replies
  • 134 views
0 favourites

So I've got 2 arrays, one is storing all of the coordinates and the other one is storing IID's of all sprites(it is a 4x4 sprites grid). How can I match the ind...

posted 5 months ago
  • 1 replies
  • 135 views
This content is deleted
Forum Topic
Random Generation with Arrays
0 favourites

I'm using Arrays to randomly generate planets in a solar system. Essentially, it's just a For Each loop that goes through each planet and randomly picks from tr...

  • 2 replies
  • 135 views
This content is deleted
Forum Topic
I have an issue with my loop can someone take a look?
0 favourites

For some reason and it's probably something I'm not understanding but I have this function here: And in this function, it sets some array values and then checks...

posted 3 months ago
  • 3 replies
  • 119 views
This content is deleted
Forum Topic
array and push object to it
0 favourites

How do I see the contents of the 'players' array, my plan is to push a player object with properties into it, is that possible? This is an example of an array c...

  • 1 replies
  • 105 views
This content is deleted
Forum Topic
help with array pls
0 favourites

My project - I needed that when I clicked on a sprite, the sprite would be deleted and its value in the array would change to 0. Example: The ground sprite in t...

posted 3 months ago
  • 5 replies
  • 114 views
This content is deleted
Forum Topic
How do I create array to root level JSON?
0 favourites

I want to create empty array to root level JSON like this: []. So then I will add new objects with it later. For example: I'm using this: JSON: Set "" to array...

posted 3 months ago
  • 1 replies
  • 68 views
0 favourites

In my game, players can get achievements by doing certain actions (right now I have a temporary conditions where I press letter Q to activate achievement 1, and...

  • 5 replies
  • 110 views
This content is deleted
Forum Topic
How do I make an array track all multiplayer peer names?
0 favourites

I was trying to make a mass multiplayer game, a game with no limits on player count. There's no object sync, it just sends a X and Y message to all players and...

posted 3 months ago
  • 1 replies
  • 93 views
This content is deleted
Forum Topic
How do I check Array next value?
0 favourites

So I have an array and want to check if the next value is the same as the current one, for example: 0,1,1,0,0,0. I need to know that in coordenates x1 and x2, t...

posted 2 months ago
  • 5 replies
  • 137 views
This content is deleted
Forum Topic
How do I upload array from file?
0 favourites

So I want to make a game with a level editor that lets you save an array containing the positions of the platforms. This worked perfectly, and upon opening the...

posted 2 months ago

Similar Tags