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
  • 1.2K views
This content is deleted
Forum Topic
Need help with Array, AJAX, File Array...
1 favourites

I created an array in the file section of my game via right click-> create file and filled it up with the data I wanted to. I managed to get AJAX to fetch it an...

posted 5 years ago
  • 1 replies
  • 821 views
This content is deleted
Forum Topic
How can I get the SUM of a single row in an Array?
0 favourites

I'm using an array to track level completions with simple 1s and 0s. I'm wondering if there's an easy way to get the sum of a row in this array to quickly be ab...

posted 5 years ago
  • 3 replies
  • 1.1K views
This content is deleted
Forum Topic
How do I use an array to spawn specific objects
0 favourites

I am having a slight issue(duh). Sooooooo in a game I'm making I'm using an array to spawn objects at certain times. It has 2 columns. The first specifies what...

posted 5 years ago
  • 4 replies
  • 835 views
0 favourites

I've been migrating my app from C2 to C3. It is heavily dependent on an array as there are about 320 references to it in the event sheet. I've been using the CS...

posted 5 years ago
  • 6 replies
  • 923 views
This content is deleted
Forum Topic
Compare a part of a value in array?
0 favourites

I have phrases text as values in array. I would like to compare just 1 word of the phrases, so one part of it of the values. For example: I like mushrooms. I li...

posted 5 years ago
  • 16 replies
  • 1.7K views
This content is deleted
Forum Topic
Need help in adding values in Array
0 favourites

I have 2 variables Correct and Incorrect which contain data how many times correct clicked and incorrect clicked as well. Now I want to record last 5 play's res...

  • 5 replies
  • 541 views
This content is deleted
Forum Topic
How do I show progress during Array iteration?
0 favourites

I am iterating through a very large array using For each element . Because of the size of the array and the calculations done to its contents this takes a long...

posted 5 years ago
  • 7 replies
  • 2.1K views
This content is deleted
Forum Topic
How do I fill an array with tilemap tiles coordinates?
0 favourites

I`m trying to locate all non-empty tiles on a tilemap and insert their ID, X (in pixels) and Y (in pixels) into an array, but not all of the tiles data appear i...

posted 5 years ago
  • 2 replies
  • 825 views
This content is deleted
Forum Topic
How do I use recently spawned objects?
0 favourites

I would like to create and position a few objects. Here is my event sheet: The story starts with the button. When clicked it logs the number of Pawns. At first,...

posted 5 years ago
  • 2 replies
  • 897 views
1 favourites

Since I can't return an array of values from a function, I believe my only choice is to set values and in various global arrays. This produces "code" that's ins...

posted 5 years ago

Similar Tags