Good day all,
I’m developing a runner game,
I want to implement pause and resume game so that the player can pause the game any time he feel.
In corona SDK, We can use suspend and resume in Hardware menu and achieve this
Please I need a code that we do exactly as suspend and resume in hardware menu work
Ie. If I click suspend the game will pause and when I click Resume, It will start again.
Thank you