Hi Everyone,
I am having trouble moving the position of text around on the screen. I noticed that there were some issues with this in the past due to pyglet incompatibility, but from my understanding, they were fixed.
Here is my code:
win = visual.Window(color = 'grey')
txt = visual.TextStim(win, text = 'words', pos=(0.0, 3.0))
txt.draw()
win.flip()
event.waitKeys()
When I do this, the text appears in the center of the screen but it shouldn’t. I was wondering if anyone has a solution or a workaround?
Version: Psychopy Coder v2021.2.3
Much appreciated,
Arkadiy