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

363 usages of this tag
  • 5 replies
  • 428 views
This content is deleted
Forum Topic
Arrays help?
0 favourites

I would like to change the sprite of my tiles if the current layout name is present inside an array. Honestly I find somehow hard to understand the guides as I...

posted 5 years ago
  • 0 replies
  • 468 views
0 favourites

I created an array in project file ( NewArray.Json)but I can't load and read the data files at runtime. I've tried this below. + System: On start of layout. ->...

  • 7 replies
  • 815 views
This content is deleted
Forum Topic
Picking only one (always same) global array instance
0 favourites

I'm trying to use just a single instance of a global array as an in-memory "data table"'ish thing. Is this dumb? Is there an easier way to do this? Below you ca...

posted 5 years ago
  • 0 replies
  • 425 views
This content is deleted
Forum Topic
How do I save objects as a json?
1 favourites

Ive made a blocky game. I can build structures out of blocks. Now I want to save a structure (made of multiple instances of one block-object(different animation...

  • 4 replies
  • 1.2K views
This content is deleted
Forum Topic
How do I load custom levels with JSON and arrays?
1 favourites

I'm implementing a level editor into my game, and I've gotten stuck on the save/load function. I'm trying to make the custom levels as simple as possible by hav...

  • 6 replies
  • 1K views
This content is deleted
Forum Topic
How do I make a 'for every tile' with a tilemap object?
0 favourites

I know that it is possible to do this with arrays, but that just makes my game EXTREMELY slow(1-2 FPS) and I need a 'for every' with a tilemap object similar to...

posted 5 years ago
  • 13 replies
  • 819 views
This content is deleted
Forum Topic
Making a power grid using an array.
0 favourites

I want to make a power grid using an array. I kind of made the initial setup and it works fine. But I have a hard time to figure out how to disconnect parts of...

posted 5 years ago
  • 5 replies
  • 590 views

I'm making a (legit) Canadian marijuana website for a client, and I've ran into a problem. The Items to be picked up/Selected, are on one Layout called, "Shop P...

posted 5 years ago
  • 8 replies
  • 798 views
0 favourites

I start working on a prototype and I'm not sure how to solve this thing: I know that I could just solve it with Animation and set the frames to the value I want...

posted 5 years ago
  • 12 replies
  • 837 views
0 favourites

I am stuck at a problem, it sounds complicated at least for me. So I will try my best to explain. I have a list of an array with IMG urls. And on my home page I...

Similar Tags