closed
Public

Here’s what I want:

1. Click button_1: Show element_1

2. Click button_1 again: Show element_2, set element_1 invisible

3. Click button_1 again: Show element_3, set element_2 invisible

Is there a way to do this? thanks

1 answer

Hi Eligio, you will need to use a custom property (variable) to count the number that you click on button_1.

You can use the “Set Global Property” action to set/update the value of your custom property. Then use conditional branching to check the value and perform different behaviors accordingly.

#1
  1. Could you give me a .4ui file? Thanks
  2. You can download the example plot file here: <a href="http://www.foreui.com/misc/tmp/click_count.4ui&quot; rel="nofollow">http://www.foreui.com/misc/tmp/click_...</a>

This question is now closed