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

367 usages of this tag
  • 2 replies
  • 208 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 6 months ago
  • 2 replies
  • 109 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 6 months ago
  • 1 replies
  • 142 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 6 months ago
  • 1 replies
  • 143 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
  • 142 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 4 months ago
  • 3 replies
  • 132 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
  • 112 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 4 months ago
  • 5 replies
  • 134 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 4 months ago
  • 1 replies
  • 74 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
  • 116 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

Similar Tags