Possible to detect home-button in IOS, and then goto a frame (to pause the game)?
My game require the player to press a button within a few seconds, and if the home-button is pressed it paused the game, but when the player goes back the game, there's not enough "normal" time to press the button, so I wanted to; when the home button is pressed - to have a function that takes the game to new frame, with a custom resume-button.
Is that possible?
Dan