Fireche's Forum Posts

  • Hi,

    why is there no way to pay with a debit card for european people? (It tells me to enter CVC and Card Number which only credit cards have) So I would like to pay with bitcoins BUT if I press "To pay with Bitcoin please change basket currency to Bitcoin" nothing happens. It simply changes my currency to pounds and that's it ...

  • none will tell you here step by step how to do a full inventory, that's way too much work (which is why there is one in the store for 40 dollar). But we can give you advices on how to start it. Using arrays alone can be enough for a simple inventory system btw.

    But here is how I would do it:

    Use a 2D-Array. (X = ID of item, Y = is item slot free) When you drag and drop item X into the inventory you check for an empty spot in the inventory. After you set the ID of the droped item into the X axis.

    If you want to save multiple items you could use an instance variable of an object to save its amount. (If you drag and drop an apple onto another apple in the inventory you add to the apples instance variable ("amount") +1.

    What did you try so far? Did you try something on your own without any tutorials?

  • What kind of inventory do you want to build? And if you understand how arrays work then building an inventory really shouldnt be a problem at all.

  • idk why but its laggy as hell for me..

  • Create a database and then every time user opens the quiz (or once per week, whatever), send a GET request and check new questions. Then save them into the game and voila, you have it.

    (it may not be as easy as I wrote )

    And every week or so add questions into the database.

    Yes, this is definitly the easiest solution.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello, you could put the spawn "code" into a group and when u want to deactivate the spawning u disable the group?

  • Hello, you could put the spawn "code" into a group and when u want to deactivate the spawning u disable the group?

  • May I ask how you converted it into the C2 JSON format?

  • Sent you an e-mail aswell!

  • Looks interesting. What kind of algorithm do you use for the pathfinding? cheers

  • this doesnt help at all. I would like to convert it dynamically...while running the app. But thank you

    /e: it works like this: tokenat(AJAX.LastData,11, """") its not the best solution..but its fine. I don't need an array then aswell

  • okay..so the format is incorrect. Is there a way to convert it into the construct 2 format?

  • I have the following JSON and I would like to load it into an array but it wont work.

    Array - Load from JSON string ~

    The Array has a size of x3, y2 z1. Why isnt it working? :/

    {
      "x" : "y",
      "a" : "b",
      "c" : "d"
    }[/code:3e1p5rzt]
  • for me it stays a white screen. I do hear the sounds of her attacks tho.

  • okay I fixed it..i had to resize it in the animation frame ..