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
  • 357 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
  • 364 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
  • 607 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
  • 858 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
  • 817 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
  • 502 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,...

  • 5 replies
  • 857 views
This content is deleted
Forum Topic
Filter is not a Function
0 favourites

I would like to use the Javascript filter() method. Is it possible with scripting in Construct 3? I tried it both in the editors script file and in the add scri...

  • 0 replies
  • 246 views
This content is deleted
Forum Topic
How do I turn web JSON into C2 array?
0 favourites

Here I have an JSON array: And I need it to become an C2 array in my project. The idea is to edit the basic output text and make it begin with. {"c2array":True,...

posted 4 years ago

Similar Tags