I am trying to get the psychopy to display the experiment to work on the second since we have two computer screens. I was able to create the experiment. The only thing I need to do to figure out how to display and flipping the frame on the second monitor/computer.
If you create your experiment in Builder then win will be controlled by the Builder and you need to create and name your second monitor, e.g. otherWin and then flip it with otherWin.flip()
I tried to copy the code you provided and paste it under Begin experiment tab and it didn’t work. Is it possible to flip ever frame since the experiment I am helping designing are images of stimuli?
I would imagine putting win2.flip() into Each Frame code so the two windows flip at the same time. The alternative would be to flip win2 when you know it has changed.
You might need to experiment with the value for screen.
If your only request is to display the entire experiment on your second screen, then it can be solved way easier by just selecting the second monitor in the experiment options. No further code required: