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