Hello everyone I am trying to figure out how to make the hands be hidden and shown when tapping on them very new to the math used for the expressions I have Pro version
Place a Tap Pad that is VAR Toggle in the centre of your display .
You will have to select #VAR_1# or an other out of 6 .
For each of your image layers opacity insert the formula .
((#VAR_1#)*100)
So VAR gives 0 or 1 alternatively on Tap . That is the simplest formula Possible . We can make it more sophisticated .
It can be done by setting opacity of the hand depending on state of a variable.
You will actually not need to tap on the hands directly, but on a tap area defined by the var toggle element @russellcresser mentioned.
and the formula needs to be in brackets to work as number.
I like better the temporally-vanish hands that reappear after a short while without need to tap again.
Such would have opacity set for example like this:
(100-clamp(4-#VAR_1_TE#/1000,0,3)*30)
Thanks Peter I should not try work from memory . I usually testy everything I post .
Thank you for you help on this much appreciated
Will try this one out too see which one I like the look of thank you so much
Here is an example. (inspection is open)
It is not switch on/off of the hands, but has 5 opacity values.
If you prefer on/off, use the Toggle variable instead.