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
  • 3 replies
  • 1K views
This content is deleted
Forum Topic
How do I find the index of a value inside a JSON array?
0 favourites

My problem is actually checking if a JSON array has a specific number in it or not, so I was thinking that searching for an index would resolve it, but I couldn...

posted 3 years ago
  • 2 replies
  • 1K views
This content is deleted
Forum Topic
How to convert a JSON into an Array object?
0 favourites

I have done these steps thinking the "Load" action from the Array object would work out of the box, but I'm apparently missing something. This is my JSON. This...

posted 3 years ago
  • 2 replies
  • 466 views
This content is deleted
Forum Topic
How do I check and ignore elements in array
0 favourites

How could I check if an element exists in the array and discard it so it's not read again ?

posted 3 years ago
  • 3 replies
  • 306 views
This content is deleted
Forum Topic
How do I create a matrix with images?
0 favourites

Very new to C3. How can I make a simple 2x2 matrix that looks like tiles and each tile will have a simple image/sprite...Except one. That one will be a differen...

posted 3 years ago
  • 4 replies
  • 637 views
0 favourites

Is it possible to access an array inside a global variable? For example, if I have a global variable called fruit which's value is , how can I access "Orange"?...

  • 4 replies
  • 703 views

As the title says I have this scenario: I have a cards.Json with an array of cards (array of objects). I want to generate 3 cards "opponents" to the player with...

  • 16 replies
  • 917 views
0 favourites

I have 1500 sentences in an array (via JSON), and a local folder with 1500 images 0000.Png to 1499.Png. The sentences are displayed in a text box, there's a spr...

  • 14 replies
  • 723 views
0 favourites

Click the button to change the bg to a color from a list of values. I have it working fine when I populate an array by using the event sheet, but when I put the...

  • 2 replies
  • 404 views
This content is deleted
Forum Topic
How do I randomize a word from an array?
0 favourites

Iv tried looking up other tutorials and I'm stumped. I'm new to visual scripting and have been trying to add random words from an array to text for ages. This i...

posted 3 years ago
  • 2 replies
  • 332 views
This content is deleted
Forum Topic
How do I randomize a word from an array?
0 favourites

Iv tried looking up other tutorials and I'm stumped. I'm new to visual scripting and have been trying to add random words from an array to text for ages. This i...

posted 3 years ago

Similar Tags