I have a series of response stimuli spaced evenly around a semicircle. I am trying to flip four of them (the lower two pairs in the screenshots) in the x-axis. I set it up to do so by participant, which works as written in my code chunks so far.
I ran into an issue, however, in that, since I’ve set the distances to the nearest inside point for the default position (see first screenshot), just flipping the x-axis value doesn’t give the desired output (see second screenshot.
While I can set the button position through a variable, it doesn’t appear that I can variably assign the anchor for the buttons.
Is there a way to do so that I’m not aware of? Is there a better way to approach the whole thing?