Hello, I would like to be able to control object properties using accelerometer tags, for example: ACC_Y or ACC_X, and be able to change the opacity, etc. The problem is that these tags do not work. A basic example: [ACC_Y]>=30?100:0 and it doesn’t work.
Has anyone been able to use the accelerometer tags correctly?
@BERGEN Try the angle ones . I have used them a lot .
.
.
[ACC_A_Y]
.
.
Gives a + 90 - 90 angle . use the little joystick with the sliders to test it . It almost does Opacity without any Maths . You might want to Look at abs . That will get rid of the minus angles . Depends what you want to do Artificial horizon on a cockpit face is a favourite and looks brilliant . The Gyro on WFS is calibrated brilliantly . Very smooth .
.
If you struggle I will post a test here you can inspect . Give us a rough Idea what you want to animate .
If I can ask about wfs file with some sample, what I want is :
when I turn wrist forward and back I want to show(or hide) me image for a while (10 sec?)
We have no way to start a timer using the Gyro . WFS does not have settable timers . You can Click on an Animation and it can run once and not show again till you tap the screen again . The duration of the animation will depend on the number of frames at 15 FPS . Otherwise toggle your opacity with the Formula above .
If you need help with that get back . Show us any formula you have used so far so we can judge where you are in your Making Journey .
Second, I somehow Want elements of my watch face (complications,images) could be hidden and shows up on some trigger. Firstly I though about TAP in smht, but I cant find any tutorial - every post I’ve read tells me its not doable in WFS
So I though about wrist as a trigger but in GYRO there is only option to decrese opacity, but not to increse ?! or I cant figure it out…
Then I though I could TAG a position value like this ([ACC_Y]) >= 30 ? 150 - but the image fly away and never came back XD
You said WFS does not have settable timers - even with TAGs? could it be combined with [ACC_… .in position value?