Tjums's Forum Posts

  • Thank you good sir. I don't know how I missed that.

  • I don't understand why the "pickedcount" works with any number but 0.

    If I compare to 0, nothing happens, but if I compare to 1, 2, 3.. etc. it always work.

    Yes, there IS 0 instances of Tile.State = "White" when I test 0.

  • OM#%¤%G I am stupid. I just realised I made it way more complicated, than I had to. I ended up with this simple line of code. Thank you Biscotto for "spelling it out" for me. Good day to you sir.

  • I am trying to set the string 'State' of every 'Tile' to each corresponding Value in the Path ".tileStates", but it seems to set every 'State' to the last Value in the Path. What do I do wrong? (I am new to JSON and Loops, so might be a stupid question)

    The final product looks like this;

    But should look like this;

    Tagged:

  • Thank you alextro! I've never used the "For" Loop before, but that's a perfect example. *Bowing in graditute*

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I want to spawn sprites in a square on function.

    This means that if I spawn 4 sprites, they'll be in a 2x2, or if I decide to spawn 100 sprites, they will be 10x10.

    How do I do this with the least amount of events?

  • Is it on purpose you haven't updated the Plugin Reference "Mobile Advert" since april?

  • Thanks for the quick reply dop2000.

    I will post an update when I end up with a solution!

  • I just received a message from Apple Resolution Center saying:

    - A message appears before the permission request, and to proceed users press a “Yes, continue to see relevant ads” button. Use words like "Continue" or "Next" on the button instead.

    - A message appears before the permission request, and the user can close the message and delay the permission request with the “No, see ads that are less relevant” button. The user should always proceed to the permission request after the message.

    How do I modify the App Tracking Transparency permission requests?

    Tagged:

  • Unfortunately it's a bug in that plugin.

    Seems like a lot of unnecessary work. Do you know if they're working on fixing it?

  • The only way around it is to build with a fork of the splashscreen plugin, or to build with the regular plugin but comment out one line in the code or to remove the splash plugin totally from your project.

    How do I do this?

  • Problem is, I need the phone's back gesture to work just like the in-game back button, so that you can use it to go back to the last layout in the app, but it wants to close the app instead.

    I need it to override the "app closing" event.

  • Did you find a solution HarperLewis309 ?

  • Thank you so much oosyrag!

    I've no idea how I've missed it when I've looked multiple times. Guess I needed some sleep.

    The only problem I have now is that the device closes down the app when I use the "back gesture".