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

345 forum topics with this tag
  • 2 replies
  • 1.6K views
1 favourites

I load a JSON file in an array on the start of one layout. The data of this array pass by changes during the game, but when I start that layout the "on start of...

posted 4 years ago
  • 4 replies
  • 446 views
0 favourites

I have a column that contains a PHP serialized value and I was wondering how can I "unserialize" the value in Construct? Thank you in advance again:D.

posted 4 years ago
  • 2 replies
  • 385 views
This content is deleted
Forum Topic
Loading array received from AJAX into an array?
0 favourites

Is it possible to load an array into an array instead of having to convert it all into JSON first? I'm basically fetching text messages from my server, so doing...

posted 4 years ago
  • 3 replies
  • 371 views

I am creating a quiz game I want to keep the answers of players. Whether the players answered correctly or wrongly If the player answers incorrectly, I want the...

posted 4 years ago
  • 2 replies
  • 618 views
This content is deleted
Forum Topic
Data structures question for card game
0 favourites

I'm trying to make a solitaire card game. I'm not really sure what sort of data structure(s) I should be using in Construct to manage the state of the card stac...

posted 4 years ago
  • 3 replies
  • 1.2K views
This content is deleted
Forum Topic
How do I display json data with specific property ?
0 favourites

What should I do if I want to display only property of "first_name" and index of first? Here how I fetch data: The only method that I know to display data is ud...

posted 4 years ago
  • 4 replies
  • 871 views
This content is deleted
Forum Topic
How do I display json data with specific value ?
0 favourites

I am new using Construct. I want to ask. I have json data like this: I am using AJAX.Lastdata, and the display data: What should I do if I want to display only...

posted 4 years ago
  • 1 replies
  • 832 views
0 favourites

I'm trying to create some enemies using an array and a for loop. I'm currently spawning the same object using for loop and adding different instance variable va...

  • 6 replies
  • 3.7K views
This content is deleted
Forum Topic
How do I parse JSON Objects and return its values?
1 favourites

I use the AJAX events to get this and similar Objects from a server: [. {. "id": "3510d1-43e-4c45-be00-156ffk6d5da", "name": "BWL", "description": "", "dateFrom...

posted 4 years ago
  • 5 replies
  • 512 views
This content is deleted
Forum Topic
Array to Array Value Transfer (with conditions)
0 favourites

I have actually successfully done the title but my problem is what the image shows below: There are spaces (zeroes) in between the values. To my understanding,...

Similar Tags