How Can I Fix This Simple Pause Ui Bug?

Discussion in 'How Can I...?' started by Squiggz, Nov 20, 2018.

  1. Squiggz

    Squiggz Boxer

    Joined:
    Mar 5, 2018
    Messages:
    84
    Likes Received:
    7
    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. Screen Shot 2018-11-20 at 8.56.34 PM.png Screen Shot 2018-11-20 at 8.56.43 PM.png
     
  2. Josh (Nology Games)

    Josh (Nology Games) Avid Boxer

    Joined:
    Nov 27, 2017
    Messages:
    200
    Likes Received:
    155
    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
     
  3. Squiggz

    Squiggz Boxer

    Joined:
    Mar 5, 2018
    Messages:
    84
    Likes Received:
    7
    Let me give that a try, so your saying just create a second game UI, and link that to the game?
     
  4. Josh (Nology Games)

    Josh (Nology Games) Avid Boxer

    Joined:
    Nov 27, 2017
    Messages:
    200
    Likes Received:
    155
    Link it to the first UI
     
  5. Squiggz

    Squiggz Boxer

    Joined:
    Mar 5, 2018
    Messages:
    84
    Likes Received:
    7
    Then what do I do with the pause button? because on resume i have the pause set up to just go "back" Screen Shot 2018-11-20 at 9.46.03 PM.png Screen Shot 2018-11-20 at 9.47.25 PM.png
     
  6. Squiggz

    Squiggz Boxer

    Joined:
    Mar 5, 2018
    Messages:
    84
    Likes Received:
    7
  7. Squiggz

    Squiggz Boxer

    Joined:
    Mar 5, 2018
    Messages:
    84
    Likes Received:
    7
  8. AaroArts

    AaroArts Miniboss Boxer

    Joined:
    Jun 22, 2016
    Messages:
    1,546
    Likes Received:
    826
    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.
     
    Christoph likes this.
  9. Squiggz

    Squiggz Boxer

    Joined:
    Mar 5, 2018
    Messages:
    84
    Likes Received:
    7
  10. Josh (Nology Games)

    Josh (Nology Games) Avid Boxer

    Joined:
    Nov 27, 2017
    Messages:
    200
    Likes Received:
    155
    Thank you @AaroArts for that. That is what I was trying to explain. Keep up the good work
     

Share This Page