Sory if this is very basic… but I m not understanding how to use the switch to modify the accelerometer sensibility
I want to put medium or low sensibility (medium if switch = false and low if its on)
Sory if this is very basic… but I m not understanding how to use the switch to modify the accelerometer sensibility
I want to put medium or low sensibility (medium if switch = false and low if its on)
If from Accelerometer1 get sensibility = medium
do from Acceleromemter1 set Sensibility to low
else fron Accelerometer1 set Sensibility to medium
Something like this,hope this help to you.
I forgot change it to small letter.
Thanks you very much, I dont know if I m doing something bad but it dont works…
The first switch is fine, but when I switch off again it doesnt function
Em…you only have 1 accelerometer on your device, is there some particular reason why you have so many in your blocks??
Yep, At first I tried to use just one, but with just one, it didnt function in all screens…
For example, I use it to reload the web viewer in different screens… but it only worked in the last screen that I configured the blocks So I had to create one accelerometer per screen, That worked well… Obviusly it would be great to use just one…
Thanks you Kartik! You always have a solution! But how can I complete that with the switch?
Thanks you very much!!! @BlueWhaleYT @kartik14 I would like to give both of you the solution but I can put just one
Happy Thunking!
Kartik,
I think you will be interested to see a simpler solution
Got it. Thanks for explaining. Another question then, I suppose, would be whether or not you need multiple screens with multiple webviewers? Why not just change the URL property?