Ok I have seen various other posts mention this - and have experimented - but still can’t get this to work - forgive me for being thick.
I am trying to present two different words, of different length in such a way that the left side of the words being at the same horizontal position - close to boxes that particpants can click on. Ie: the text label to checkboxes.
I believe that text is aligned by an anchor in the centre of the object. I would like to be able to enter a co-ordinate and have the text appear FROM THE right of this location. Ie: left aligned.
How can I do this?
I tried entering the code:
Option1Text1.anchorHoriz = left
In the ‘Begin Routine’ code thingo, and this threw an error.
A/DPCL_Conway_A_upload_lastrun.py", line 4488, in <module>
Option1Text1.anchorHoriz = left
NameError: name 'left' is not defined
##### Experiment ended. #####
But when I tried another parameter it worked fine, eg:
Option1Text1.bold
So… how can I left align text.
Thanks folks.
Crappy pic attached below (when I run a Psychopy experiment on my Mac it messes with the OS in very strange ways - including disabling screencaptures - hence this crappy pic. Apologies.
D.