Hi all
Hi all
I need some help
I have a variable named Block which is true or false (set by double finger swipe : up = true, down = false
Trying to display an icon only if true so I’ve set a Bindings.
TrianguloY Lukas Morawietz
]]>Hi all
I need some help
I have a variable named Block which is true or false (set by double finger swipe : up = true, down = false
Trying to display an icon only if true so I’ve set a Bindings.
TrianguloY Lukas Morawietz
]]>
< ![CDATA[
Instead of true/false use 1/0
]]>
< ![CDATA[
TrianguloY thank you so much
]]>
< ![CDATA[
You could also use !$Block instead and set a single event up or down to toggle the variable
]]>
< ![CDATA[
Brandon Lawrence as you need a 1/0 variable you can’t do that.
However:
1-$Block
]]>
< ![CDATA[
Yeah, but LL converts the variable automatically 😉 (latest beta). A true/false value should work, no problems here
]]>