bartuba92's Forum Posts

  • 6 posts
  • The dictionary seems like it is loading in properly but I still get 0 when trying to perform the .Get() method (Ex: ".Get("2")

  • No, not the string format. I used the built-in dictionary feature to create the dictionary json file. Assuming that the JSON string format is correct, do I have to load it in differently when using AJAX?

  • Ah I see. Now I'm getting somewhere. Thank you. So does this mean I have to load in the json dictionary differently from an array?

  • Hello,

    Before I report a bug in the Construct github issues, could someone take a look at this code I have?

    I am using the debugger to see that the "Key_Mutation_DICT" has been loaded in properly and when I console log the LoopArrayString.Get("23") I am getting the value 0...

  • You do not have permission to view this post

  • You do not have permission to view this post

  • Thanks for the reply :) will give it a try.

  • For my very first post I chose to ask a stupid simple question..

    I have an array (height = 10, width = 1, depth = 1) with 10 string items.

    How do I choose a value randomly from this array?

    I looked up things but maybe I'm just dumb and need a specific answer to my problem. Please go easy on me. Thanks, everyone.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • 6 posts