Reactions: Nature of controller input response

16 viewsCSS Questions
0

Hi John
I posted this question at the end of another thread but its such an important thing to understand, I thought I should split the thread if thats ok;

I have controllers that produce a series of values dependent on the gestures applied. When I view the reference found here;

https://remotify.io/tutorials/reactions-reference-guide

Its implying that any change made to the listener produces an event, however, check the monitored events in the attached pics

When I trial a reaction eg with a condition of val > 126, its showing me that its responding to the initial button down value of 127 and executes fine

BUT

I want the response to be the last received value which should be 98. If I set a reaction condition of val == 98, the event does not fire.

?

Cheers

admin Changed status to publish
Attached Files:
0

you’re missing this value in the first input box of the if condition:
.cur_val

admin Changed status to publish
Attached Files:
You are viewing 1 out of 4 answers, click here to view all answers.