In my game UI I have two images showing you how to move(move left/move right). These both autohide after one second to give a nice tutorial affect when the game starts. The issue is, when I pause the game and resume at any time, these images re-popup which I do not want, is there any way around this? Included my work flow and game UI.
Maybe you could have it jump to another UI with the same buttons but without the tutorial? That way it shouldn't come up again
You could duplicate the Game Tutorial UI and have an Event Observer in the first one redirect you to the second one after 1.5 seconds, then have the pause button fade in on the second one. That way the Pause will always go back to the second UI and you won’t see the tutorial autohiding.