Content tagged array-editor

Report Tag

10 usages of this tag
16
This content is deleted
Tutorial
Using an array to store and display dialogue
34 favourites

In this example, the dialogue will be handled using an array. Oh, and by the way, if a video is more your thing, then do check out this tutorial from Vimlark wh...

4
2 favourites

Hello, everyone! This is my first tutorial, so if you guys like it and want me to make more, let me know! Also, full disclaimer: I am not an expert at using Con...

  • 3 replies
  • 1.3K views
This content is deleted
Forum Topic
Construct 2 Array Editor
0 favourites

If anyone needs an Array editor I made one available for free, since all the good ones cost money and there's nothing more painful than typing in values manuall...

  • 4 replies
  • 550 views
This content is deleted
Forum Topic
How do I create Galaxy for space game using arrays??
0 favourites

I need to figure out how to create a Galaxy for my space game. Let's just assume there's going to be 1000 solar systems and the Galaxy. And then using some sort...

  • 0 replies
  • 208 views
This content is deleted
Forum Topic
Array json file data lost
0 favourites

I don't know why but when I entered data into array via array editor and I save it everything seems fine but after I re open project there's no data in json fil...

  • 4 replies
  • 1.3K views
This content is deleted
Forum Topic
Where is [Array Editor]?
0 favourites

I have paid license. But I can't see Array Edior. Where is it?

posted 4 years ago
  • 8 replies
  • 743 views
This content is deleted
Forum Topic
Array Not Working
0 favourites

I have been building a game, but have run into a very annoying problem. I fill out some of my array (via the array editor), and then request it using AJAX and l...

  • 10 replies
  • 425 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
  • 0 replies
  • 392 views

When copy pasting text from an external source into the array editor, manual line breaks are copied across, but are not visible while in in the Array Editor. Th...

  • 4 replies
  • 612 views
0 favourites

Is it possible to access an array inside a global variable? For example, if I have a global variable called fruit which's value is , how can I access "Orange"?...