Need help pls whit WAR_5

Good evening everyone, if there is someone who can help me with War_5 on this face of the clock, I don’t know what I did wrong. Everything is ok, but with hands clock, when you load the face for the first time, they do not appear, you have to press the middle of the screen and they appear. I would like them to show permanently (when you load the watch face) and only when you want to remove them press War point to deactivate them. Thank you in advance for your help.

inspector mode is activated

1 Like

You need to set the opacity value to
$(#VAR_5#%2)==0?100:0$

Note. You need brackets when using the % value.
Also as you only have 2 options, you could have used a VAR Toggle instead of VAR Increment. Then yhe value in opacity would be
$#VAR_5#==0?100:0$

The VAR values all start at index 0.

2 Likes

Thank you very much for your help.

jason.clarke.uk - Thx alot its work

2 Likes

If you used the Var toggle instead increment, the var value would be only 0 or 1 starting with 0 at sync. Then for the opacity you could use (100*#VAR_5#)

4 Likes

petruuccios- thank you very much for the help and guidance. Thank you very much

2 Likes