i have something like this in my game. in my game a shop scene appears when you touch the correct actor. didnt like the fact that the loading wheel appeared everytime though so i basically just have a ton of actors that all appear at once when game.shop = 1
if you wanted to use an actual pause type feature then you'd just have to do something like what i did but tell all your moving actors to not move while the pause attribute has been activated.
Comments
if you wanted to use an actual pause type feature then you'd just have to do something like what i did but tell all your moving actors to not move while the pause attribute has been activated.