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

365 usages of this tag
  • 4 replies
  • 675 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...

  • 11 replies
  • 569 views
0 favourites

Hello I have an array with 118 elements in X. (x0 to x117). For each of those elements I have to get 3 indices and append them to each Y. EX: For X0Y0, append i...

posted 3 years ago
  • 5 replies
  • 413 views
This content is deleted
Forum Topic
How do I speak a randomly chosen array entry?
0 favourites

I have an array with a five pieces of text. When a btn is clicked a text box shows a random text entry from the array via this code. Array.At(round(random(0,4))...

  • 0 replies
  • 185 views
This content is deleted
Forum Topic
How do I create unlockables for each level
0 favourites

I have problem creating unlockables in my game. What I am trying to achieve is that each level has its own unlockable items, how do I approach this. Also for sc...

  • 9 replies
  • 688 views
0 favourites

In my game, the player performs actions (A, B, C, D, etc) in a certain order (1, 2, 3, 4, etc). At runtime, I'm using an XYZ array named Journal to store for ea...

posted 3 years ago
  • 5 replies
  • 785 views

I'm creating a game like Stardew valley , and it will have hundreds of images , and I Would like to know what's the best practice for a good game performance ?...

posted 3 years ago
  • 2 replies
  • 372 views
0 favourites

I Solved this deleting ( erasing ) the tiles just before import , but I dont know if this is the correct way , if someone knows why this happens let me know .Tk...

posted 3 years ago
  • 4 replies
  • 494 views
This content is deleted
Forum Topic
Push and pop array inside array
1 favourites

I've recently started using Construct 3, and I've noticed that the handling of arrays is a bit different than in other programming languages (at least as far as...

posted 3 years ago
  • 7 replies
  • 485 views

I'm creating a quiz game and I need the questions to appear in random order and not repeat. I followed a tutorial on YouTube and the values appear randomly but...

  • 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

Similar Tags