Controling Appearance Using Accelerometer Tags

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?

Thank you.
Nico

1 Like

Hi have you tried other tags does it work.

If u tried other tags and it also does not works means your fomula is wrong. Not the tag…

E.g [MON]==1

Anyway what your starting % ? 0?

Set that to 0 not 100…if u using your formula…because its does a +…

Meaning x% + tag,

And formula should be

(([ACC_Y]>=30)?100:0)

With brackets…

The other thing is you could just use gryo option

1 Like

@BERGEN

It looks like they are there but have no range They may be place holders for implementing later.

Ron

image

1 Like

@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 .

1 Like

Hi, can I join this conversation…

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?)

Can someone show me the formula? ;]

1 Like

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 .

OK, first I cant play your video ?

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 :confused:
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?

1 Like

Try

(([ACC_A_Y]>=30)?555:0)

I posted that into the X position of a small Image .

I have not been able to Get [ACC_Y] to work .

Sorry about the Video . I have posted videos before but no luck with that one .