Go To Next Ui

Discussion in 'How Can I...?' started by patostar, May 17, 2018.

  1. patostar

    patostar Avid Boxer

    Joined:
    Jan 27, 2018
    Messages:
    483
    Likes Received:
    86
    I have a button in UI (Not in world scenes), and I want it when the user click the first time it should show another image, (I already did it using audio button and worked) BUT I want when he clicks the second time it takes him to the next UI, how can I achieve this? the last part is where I am stuck!
     
  2. swiftcurrent

    swiftcurrent Avid Boxer

    Joined:
    Mar 12, 2017
    Messages:
    306
    Likes Received:
    381
    This can be achieved in the following way:

    Create a navigation button that redirects to an UI (the first image is shown).
    Add an event observer in that new UI that redirects to the next UI (the second image) after one show. (plays before redirect)

    I hope this is what you need.
     
    patostar likes this.
  3. patostar

    patostar Avid Boxer

    Joined:
    Jan 27, 2018
    Messages:
    483
    Likes Received:
    86
    Thanks for your help, but honestly I am not sure if this is what I want! look to make it simple, just forget about the new UI ok, let's say I have a button, when I click on it it should show another button image, that's it, how do I do this? because every button I make when I click on it then it shows the selected image but when I release my finger it goes back to the original button image, but I want it to stay showing the second image, I hope you understand what I mean.
     

Share This Page