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
  • 501 views
This content is deleted
Forum Topic
Populate array with pixel information from image?
0 favourites

Does anyone know of a way of converting pixel information from something like base64 or other to an array with pixel positions and RGBA values?

  • 1 replies
  • 252 views
0 favourites

I would like to check if a certain string is included in an array variable. For example: Check if the name "Tom" is stored in the variable "names" (Betty, Tom,...

  • 1 replies
  • 968 views
0 favourites

I have a json with some data inside: - url of an image. - position X. - position Y. - Id. All these elements must create a different sprite at runtime, for exam...

posted 3 years ago
  • 2 replies
  • 1.6K views
This content is deleted
Forum Topic
How do I change the sprite's color by hex code ?
0 favourites

I have an array with hex codes and by them I need to change color of the sprite.

posted 3 years ago
  • 4 replies
  • 451 views
This content is deleted
Forum Topic
Character animations and arrays
0 favourites

I'm trying to make a character sprite's animation change during a dialogue scene. The dialogue is contained in an array, and so far the only way I've been able...

  • 1 replies
  • 296 views
This content is deleted
Forum Topic
Ignoring a "0" in an array
0 favourites

Hi I have a program reading text from an array every second. The user can load text up to 8 words. However when say 3 words are loaded how do I get the program...

posted 3 years ago
  • 2 replies
  • 400 views
This content is deleted
Forum Topic
Storing Player Character Data Process
0 favourites

I'm late to the party, and since I'm still stuck doing Construct 2, I need some help. I have an excel spreadsheet that contains playable character data for a ga...

  • 5 replies
  • 618 views
This content is deleted
Forum Topic
How do I Sync an array bettewen 2 players?
0 favourites

I have a problem syncing the array,the host and the peer both have access to the array but Is'nt in sync.

posted 3 years ago
  • 4 replies
  • 659 views
This content is deleted
Forum Topic
how to make a grid with no repeats and overlap
0 favourites

I'm trying to make a puzzle grid that's 5x5 using 5 different color blocks with two requirements: Each row must use the 5 color blocks once. Row below can't hav...

posted 3 years ago
  • 8 replies
  • 349 views

If I open a new project and add an empty array. Size 4000x4000x3 and run it, it's fine (48,000,000 elements). Size 5000x5000x1 and it crashes (25,000,000 elemen...

posted 3 years ago

Similar Tags