Hi.
I am going to try to explain what I am trying to accomplish as best I can. Basically what I am looking to do is based on which buttons are pressed in 1 UI it in turn affect which text is displayed in another UI.
Here is what I have. This is my Main UI.
The text I am looking to change is at the top. So when it first appears, its says “First we need… etc.” The buttons down below bring up new UIs. Lets focus on the “Bricks” Button. So my current code looks like this.
On click, remove main Ui, and bring up the Bricks UI. That looks like this.
Now the “Bricks” button is still active with the following graph.
When the button is clicked again, it plays the little fold animation, then removes itself and brings back the main UI.
What I need is for when the button “Bricks” is pressed on the Bricks UI, it brings back the Main UI, but the text box that originally said “First we need…etc” to now say something else.
How do I achieve this? In theory, every tab button once selected and goes back, the text box will say something different. Basically a step by step instructions once the user selects their options.
Thank you in advance and if you need any more additional info, please let me know and I will provide the best I can.