Tjums's Forum Posts

  • Could you please elaborate oosyrag?

    Maybe give an example, cause I'm not sure, where to find that "back button condition".

  • How do I make my app register, when a user triggers the "back gesture" on their phone?

    I'm referring to the phone's navigation gestures, such as the back button on a navigation bar, or a swipe from the edge of the screen, when the user wants to go back to the last visited page.

  • Wait, so I have to set up a server, to get a token?

    Edit: I made it work, using a TwitchTokenGenerator website, but that doesn't seem to be a permanent solution, and should only be used during dev/testing.

  • I've made an exact copy of your screenshot, but now I get the message ({"error":"Unauthorized","status":401,"message":"Client ID and OAuth token do not match"})

    What am I missing Eren?

  • What am I doing wrong? It seems like the authorization gets completed, but I get no data when requesting api.twitch.tv/helix/users

    Tagged:

  • How do you guys make this work? I'm trying to fetch active streams, but my request fails and I get no last.Data

    I did

    EVENT: On start of layout

    - ACTION: AJAX set request header "Authorization" to "oauth:TOKEN"

    - Action: Request "https://api.twitch.tv/helix/streams"

    I have no idea of what I'm doing, so I might sound dumb.

  • I think you misunderstood my question Maverick1912.

    I've set a boolean that decides whether or not SFX should be muted. When it's false, all sounds with the "sfx" tag, should be muted, but for some reason, they aren't always muted.

  • When I try to mute every sound with the tag "sfx", it's only some of the sounds that get muted; the rest still gets played some of the time.

    Why doesn't this work?

    prnt.sc/10n0jdv

    Tagged:

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Oh, thank you so much!

  • dop2000 Problem is that they fall through the ground, if I turn off collisions. So that doesn't work.

  • I am making a game, where several physics objects needs to collide with the ground, but not with each other. How do I make that happen?

  • dop2000 That is the solution I have found, but it's not the best since I want to pick up multiple items.

  • I am creating a top-down game, where you play as a forklift, that steals cars. My main problem is that when the forklift "lifts" a car, so that the car's position is locked to the forklift, the car does no longer collides with objects. How do I make the forklift and the car collide with other objects?

  • I've uploaded my app to the App Store and the Play Store. In the Play Store the IAP is working as intended, but it's not working in the App Store. I've used the same product ID for both stores, to make it easier for myself.

    Can anyone tell me, if there's something extra I have to do for iOS to make the IAP work, or have I done some mistake in apple connect then?

  • I did use the URL mentioned above, yes.