Hello
I have this code from https://www.psychopy.org/demos/face.html
trialClock = core.Clock()
t = lastFPSupdate = 0
while True:
t = trialClock.getTime()
faceRGB.setOri(1, ‘+’)#advance ori by 1 degree
faceRGB.draw()
My question is how can I make the image turn 360 degrees only twice?
or perhaps to calculate in which degree it’s positioned after 3 seconds?
Thank you very much!