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
  • 4 replies
  • 1.1K views
This content is deleted
Forum Topic
How do I add a value to an Array index?
0 favourites

I've been learning programming and I understand both arrays and dictionaries in concept. But, I'm having trouble doing the simplest tasks when it comes to imple...

posted 3 years ago
  • 3 replies
  • 528 views
0 favourites

I'm working on an inventory system. Making and organizing the data with an array is easy enough. Its displaying it on screen that's a pain. I want the inventory...

posted 3 years ago
  • 11 replies
  • 460 views
This content is deleted
Forum Topic
Exercises?
0 favourites

So, I've been learning programming through courses on Youtube. I just finished a 'Intro To Programming' video. Took notes and everything. I use Construct 2 for...

posted 3 years ago
  • 0 replies
  • 283 views
This content is deleted
Forum Topic
How do I fix my inventory?
1 favourites

I'm having trouble with my inventory, it works only halfway and it's hard for me to figure out what to do, I'm stuck. So this is how it works, there's a family...

posted 3 years ago
  • 10 replies
  • 429 views
This content is deleted
Forum Topic
Simple Array Question?
0 favourites

I tried to load Array.JSON file to array object, and want to retrieve array value from certain index, eg, from index 6, used this expression "MyArray.At(6)" but...

posted 3 years ago
  • 7 replies
  • 268 views
This content is deleted
Forum Topic
Ajax weird behavior with multiple layouts.
0 favourites

I have a strange behavior / not sure if it's a bug. So I first create a single layout with an array. Array is fed from the Json file (since I have a paid accoun...

posted 3 years ago
  • 2 replies
  • 367 views
This content is deleted
Forum Topic
How do I use system loop for my array?
0 favourites

I've been working on a mobile game and made an array with descriptions of the game locations - I want to set the right data from the array to my variables. For...

posted 3 years ago
  • 4 replies
  • 529 views

I have a question and I can't solve it with Google searches. I want to load all items from a file.Json to a list, but I don't know which command to give, I can...

posted 3 years ago
  • 10 replies
  • 579 views
This content is deleted
Forum Topic
Can I use a single array for this?
0 favourites

Hey everybody, I'm new to Construct and programming in general. I'm working on a prototype for a game where a shadow enemy follows the player's exact path. I ha...

posted 3 years ago
  • 2 replies
  • 513 views
This content is deleted
Forum Topic
How do I loop array to text?
0 favourites

I'm stuck in understanding how to get the looping of an array to text the way I want. I got an array of 3x 4y with name like this. Michael "the mechanic" Robert...

posted 3 years ago

Similar Tags