28
« on: January 25, 2019, 04:59:19 pm »
Thanks merrak! That's what I was doing but I realized I was putting the "do after x seconds" block inside the visit URL block and it should be after the visit URL block. This way it executes the do after block even without a response from the site. My mistake, sorry about that!
Would you happen to know how to detect if a mobile app is in the background? My game gets the time & date from my web server and when it's in the background it's paused and doesn't update the time. I tried to do "if game is paused" so I could add an unpause button that reloads the time but apparently this is not the same type of pause as the app being in the background.