Forum Topics 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

344 forum topics with this tag
  • 7 replies
  • 480 views
This content is deleted
Forum Topic
How do I chose an array to configure a level.
0 favourites

I have a group of array. Each one has index with the "difficulty configuration" for each level of my game. Example : LEVEL 01. Index 0. Difficulty 1. Index 1. D...

posted 5 years ago
  • 7 replies
  • 624 views
0 favourites

I'm trying to create a random order for my levels to be picked from in sets of ten. I have an array that has 1,1 to 10,10 all marked with ones. (I avoided start...

  • 6 replies
  • 520 views
0 favourites

So the problem is, I'm trying to use a csv spreadsheet thats is a weapon database, with information like weapon name, attack dmg, element type, and fx that go w...

  • 6 replies
  • 521 views
This content is deleted
Forum Topic
is it possible to get random from two array cells
0 favourites

So I have a weapons spreadsheet(array) that has two numbers for attack damage: Min attack damage, and max attack demage. I'm trying to get a random number betwe...

  • 3 replies
  • 875 views
This content is deleted
Forum Topic
How do I delete an element from an array by name?
0 favourites

How do I delete an element from an array by name?

posted 5 years ago
  • 5 replies
  • 1.1K views
This content is deleted
Forum Topic
Call Function and return Array value by index
0 favourites

I am trying to call a function with these params, but its not work, it return 0. I have already write the code about 3 times, and I still have this problem. Apa...

posted 5 years ago
  • 3 replies
  • 409 views
This content is deleted
Forum Topic
Dynamically populate array for farming type game
0 favourites

I have been enjoying Construct on a dozen of small games and I wanted to get to the next level but find myself in front of a wall that no tutorial so far was ab...

posted 5 years ago
  • 4 replies
  • 598 views
This content is deleted
Forum Topic
How do I store set of values?
0 favourites

I need help in storing three set of values like an User A scores X in Level X, scores Y in Level Y and so on and I would like do the same for multiple users in...

  • 5 replies
  • 387 views
This content is deleted
Forum Topic
How do I random image array in vertical (Y axis)?
0 favourites

I would like to know how to create a random image array in vertical position? Ex: Figure 1 ----------> Figure 2. Figure 2 ----------> Figure 3. Figure 3 -------...

posted 5 years ago
  • 7 replies
  • 922 views
This content is deleted
Forum Topic
How do I access Array actions via a string?
0 favourites

Is it possible to use a variable instead of the array object name somehow? I made a function to show data (loop to create text objects) and added a parameter bu...

Similar Tags