RedDragon's Forum Posts

  • 6 posts
  • I need to make a Facebook friend list with their pictures. I have one sprite for the picture, however due to this behavior (http://www.scirra.com/forum/sprite-loadimage-from-url-is-working-wrong_topic62033_page1.html), I cannot load different images on the same frame for different sprite instances.

    Therefore, the question is, as a person may have 1k or more friends, how to achieve my goal? To create a sprite with more than 1k empty frames looks like a horrible idea to me...

  • You do not have permission to view this post

  • mchulet Check my previous post on this thread, I think you can use:

    For "" from 1 to Hash.ItemCnt("Question")

        do something with Hash.At("Question." & (loopindex - 1) & ".Sentence")

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • rexrainbow Thanks, but I found an way to do what I needed using your plugin. I used the following:

    For "" from 1 to Hash.ItemCnt("")

         do something with Hash.At((loopindex - 1) & ".id")

         do other things with Hash.At((loopindex - 1) & ".name")

  • How do I iterate through the following JSON using this plugin?

    [{id:"ab", name:"cd"}, {id:"fh", name:"ef"}, {id:"nm", name:"gh"}]

  • The plugin download link is broken. Is there another link?

  • I also wanted to know this... How can it be done?

  • 6 posts