How to add or remove the hands

https://beta.facer.io/watchface/ppQKPmcNct?watchModel=galaxywatch6classicblack

I WOULD BE VERY GRATEFUL IF SOMEONE COULD EXPLAIN TO ME THE FUNCTION TO REMOVE THE HANDS. I HAVE ATTACHED AN EXAMPLE

3 Likes

Are you subscribed to Facer Pro .
If so yo should look for VAR Toggle .
put that Tap area in the centre of your face .
In the Opacitty field of the Hands you put .

#VAR_T_1#*100

Which is a lazy person’s version of the conditional formula .

$#VAR_T_1#=1?100:0$

That is from memory so get back if it does not work .

The formula translates to .
If Variable Toggle 1 is equal to 1 then value is 100 otherwise it is 0 .

The $ at the beginning and end of the Formula are only seperators for the Formulas in case you have several on a line , you can use ( ) .

4 Likes

Here is an example for turn off turn on:

I like how B# does it on analog watches. The hands hide after touch and come back automatically in a while. Inspect here:

4 Likes

thank you you were helpful, very kind

3 Likes

thank you very much, with the practical examples you sent me I understood, I tried it on my dial and it works, you are very kind

4 Likes

COULD YOU TELL ME HOW THIS LCD EFFECT IS MADE? WITH A PRACTICAL EXAMPLE?


https://beta.facer.io/watchface/17QpxpyNIR?watchModel=ticwatchpro

1 Like

What effect do you mean? that there are the shadow segments in each digit?
That is just a duplicate layer with low opacity filled with 8 for each place like 88:88
Or did you mean something else?

2 Likes