• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Android [SOLVED] Asynchronous Events

Neptune

Member
Hello!
So I have a button that shows a leader-board on Google Play by running this code:
Code:
if achievement_login_status()  achievement_show_leaderboards()
This button also pauses the game and sound etc...

That all works great, however, once the user leaves the Google Play leader-board, the game is still paused and I'm unsure how to code a check to see if the user has returned from the leader board.

Any help or ideas are greatly appreciated :)
 
Top