How to change layers on watch tap

Hi all!

I’m working on my first watch face and I was wondering what the expression is for a layer and/or its transparency if a user tapped the watch once. I’ve seen this on a LAZ watch face if memory serves me right.

Thanks!

Hello Prodsupe

Hopefully this answers your question, if not let me know

Interactivity

Watchfaces By A.D

I’m working on a watch face that by tapping a certain location on the face will alternate between 5 backgrounds by using this formula in the opacity field of the layer:

$(#VAR_1#%5)=0?100:0$

Notice the number 5 refers to how the number of layers, so if you have 4 layers change it to 4…etc.

I hope this helps…
OZ