Set Conditions for a Image Component

Hi everyone, I’m trying to develop a Delayed Matching to Sample (MTS), and need some help.

OS (e.g. Win10 Pro):
PsychoPy version 2020.2.9:
Standard Standalone? (y/n) yes?:

What are you trying to achieve?:

  1. Set start conditions to Images (target_left_box and target_right_box) after a mouse click on sample_box.
  2. Set stop conditions to sample_box after a click (mouse) on it

In my actuall experiment the sample_box, target_left_box and target_right_box is presented simultaneously. I’d like that, first, the experiment shows the “sample_box” and after a mouse response on it, the “sample_box” dissapear and after 2s both target_left_box and target_right_box appear.

The easiest way to do this would be to have two routines with the first one set to end on a mouse click on sample box.

Thanks wakecarter

It works perfectly!