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
  • 2 replies
  • 415 views
This content is deleted
Forum Topic
Problems with Counting Instances of a Value in an Array
0 favourites

Hey everyone! What I'm trying to do is count how many times a certain value appears in an array, and set a variable to that number. Here's the code I have: What...

posted 3 years ago
  • 1 replies
  • 367 views
This content is deleted
Forum Topic
How do I compare and sort different items?
0 favourites

Say I have 10 characters (this is just a make belief example I'm not actually doing this in my game) with different heights, and I want the game to sort them in...

posted 3 years ago
  • 3 replies
  • 318 views
This content is deleted
Forum Topic
How do I get a array value from a tile ID?
1 favourites

So, I'm making a Sonic Engine, and I'm storing all of the angle values in an array. My plan is when Sonic Collides onto ground, it'd get the Tile ID, and use it...

  • 5 replies
  • 707 views
This content is deleted
Forum Topic
How do I display an array in a visual array ?
0 favourites

In debug mode, I can see the content of an array, which is cool but not easily readable. Is there a way to display this content in an actual array ?

posted 3 years ago
  • 0 replies
  • 276 views
This content is deleted
Forum Topic
How do I JSON.Get from inside an array?
0 favourites

I use Ajax to access a servers API. The problem is that I don't receive the data as JSON but as an array. It looks like this: {"data": }. Maybe I'm stupid but I...

posted 3 years ago
  • 2 replies
  • 292 views
This content is deleted
Forum Topic
How i can split an array in half?
0 favourites

I am creating a online database, so I want to write a large array (72x42) in Google sheets then read it again with Construct, but when I want to do it, Google s...

  • 5 replies
  • 365 views
This content is deleted
Forum Topic
Save and load level stars in array!
0 favourites

I wanted to store star counts for each level in array and save it and load from where it left. The problem..everything is stored before loading...But after load...

posted 3 years ago
  • 1 replies
  • 331 views
This content is deleted
Forum Topic
Save and load array!
0 favourites

I wanted to store and load, score of each level(nearly 10). Everthing works fine..i stored and load in Json. But, if we play the level again..the score keeps on...

posted 3 years ago
  • 2 replies
  • 250 views
This content is deleted
Forum Topic
Level Star Problem!
0 favourites

I have attached the sample of my project. The level unlocks and resumes after storing it. But stars are not showing up after the restart. I have used array. Ple...

posted 3 years ago
  • 4 replies
  • 647 views
This content is deleted
Forum Topic
How do I numerically sort an array?
0 favourites

An array creates a number of X elements and gets them filled with different numerical values. I'm trying to set up a for-each loop that compares the current val...

Similar Tags