Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

How to flush touch-responses

Hi,

I have designed an experiment where a loop runs through several cases, and touch responses are used. My issue is that, once a touch-response satifies the loop condition, that value is retained for the next iteration of the loop.

How can I flush the touch-response values once I have registed one iteration of the loop?

Thank you,

José

Comments

  • Hi @jhercon ,

    It sounds like this is not a case of 'flushing' as such (this would mean cleaning the event buffer, which is a low-level operation), but rather of resetting some kind of variable that you use for a break-if statement in a loop . If so, then you would need to reset this variable after or before the loop .

    However, without seeing exactly how you implemented the experiment I cannot give you more specific advice. Could you post a screenshot of how you have configured the loop and other relevant parts of the experiment?

    — Sebastiaan

Sign In or Register to comment.