Zone on/off mirror button

whiteg

Well-Known Member
I want to use an on / off button in the universe to mirror Y axis of a given zone.
Now, I was able to solve this with two separate button, I turn it on one, I turn it off the other button.
How can I turn this on and off with one button?
 

Attachments

  • Mirror button.jpg
    Mirror button.jpg
    209.8 KB · Views: 21
Hi, Whiteg!
You can use the "Button" object with the "Toggle mode" option enabled".
upload_2020-9-27_13-28-34.png

And then use the value of the variable YourLayoutName.Button3.Value (= 1 - pressed; = 0 - not pressed) to go to the desired code, depending on its value
 
Back
Top