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
  • 11 replies
  • 563 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
  • 410 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
  • 183 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
  • 678 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
  • 780 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
  • 369 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
  • 491 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
  • 480 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
  • 2 replies
  • 954 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

Similar Tags