Forum Discussion
Random value - link button to content slide
Can you provide an example project file of what your current setup is?
Yes, you should be able to set states that dispaly alternate buttons set to go different places. They could also trigger different layers to show or hide.
It might be easier to just create a random number variable, say ranging from 1 to 10, and set it with the random value. Then, depending upon how your button is designed, you could set a text variable to a specific value based on the random number selected. The text variable would be used as the label for the button. Upon clicking the button, you could just use triggers that check the value of the random variable and either jump to a specific slide or show a specific layer accordingly. This way, you would only need one button and wouldn't have to create a bunch of complicated states with different trigger targets.