Question
Game development: how to pause a game?
How to pause a game in order to open my inventory panel? I always think of destroying all objects, removing from stage and instantiating and adding to stage all again. But I don't know if I am going to waste my time doing that the hard way. I would like to know a reliable manner and easy maintenance way to do this.
Thanks in advance.