Reactions: Nature of controller input response

14 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

This is correct
“Its implying that any change made to the listener produces an event,”
Do you have more than 1 condition in your reaction? i.e. cur_val > 127 , cur_val == 98
Make sure you have the and/or selection set to ‘or’

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