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
  • 1 replies
  • 788 views
This content is deleted
Forum Topic
How do I load array from url (json file on my server)?
0 favourites

How do I load array from url (json file on my server). I have a file in json format on my server, can I use an absolute url to load the data into my Construct i...

posted 3 years ago
  • 6 replies
  • 889 views
This content is deleted
Forum Topic
How do I shuffle the position of instances between them.
0 favourites

I'm creating a puzzle in which you pick and drag pieces to re-arrange them into their right spot. In this case, is in a shape of a sliced up fish like so. All s...

posted 3 years ago
  • 5 replies
  • 467 views
This content is deleted
Forum Topic
Best approach for leveling/ experience system?
0 favourites

So I'm doing a leveling system for my rpg/ farm sim. And I'm thinking in the following way of doing it: Explained Array: Critical chance - 10% chance - 20% chan...

posted 3 years ago
  • 3 replies
  • 330 views
This content is deleted
Forum Topic
How do I change it?
0 favourites

I've found this source for my game but I don't want my questions to come randomly rather they should come in order. I've tried and failed. What should I change...

  • 3 replies
  • 394 views
This content is deleted
Forum Topic
How do I use different arrays for different layouts?
0 favourites

I've created a universal event sheet that can interpret the data I put in my json arrays to make a room like so: My goal is to create an event sheet and a json...

posted 3 years ago
  • 2 replies
  • 569 views
This content is deleted
Forum Topic
Using JSON data to keep RPG stats etc.?
0 favourites

I'm wondering what's the best way to have all the data of a "typical RPG" stored. I really like the modularity of Javascript objects. So is there anything wrong...

  • 14 replies
  • 569 views
This content is deleted
Forum Topic
How do I use array to store sprite coordinates ?
0 favourites

I'm trying to automatise the creation of a layout by using an array to store sprite coordinates and frame number. Here is how it works : - coordinates and frame...

posted 3 years ago
  • 2 replies
  • 335 views
0 favourites

So, I am doing inventory on arrays, however, on the Internet I did not find a single necessary guide for what I need. Since I am not a very good programmer, I r...

posted 3 years ago
  • 6 replies
  • 445 views
0 favourites

I'm building an engine to populate a layout with instances by using an array that contains instance X and Y, opacity, visibility, etc. Instances are connected b...

posted 3 years ago
  • 12 replies
  • 526 views
This content is deleted
Forum Topic
highscore array not working correctly
0 favourites

I build a highscore with the tutorial with database etc. It looks like this; When I preview the layout it shows this; When I enter my score and click "send", it...

posted 3 years ago

Similar Tags