Moving objects on a visual display
Hi all,
I'm new to the forum and OpenSesame. I'm designing a visual world experiment where the participants are required to act out instructions (e.g. put the apple on the napkin) on every trial after their eyes have been tracked over the visual scene. To be clear, I want them to move an image/object on another when the presentation of audio instruction is finished. Although I browsed the forum and checked the software in detail, I couldn't figure out how to implement this. Is it possible to do this on OpenSesame? I would appreciate any help.
Best,
Comments
Hi Suleyman,
You mean dragging and dropping stimuli? That is possible, but requires rather intense Python-coding. Most likely easiest done in Pygame. So you can load the packages, and then try to implement what you need based on existing code, such as this one. There are probably even more (and better) examples. If you understand the logic, it should be easy enough to adapt to your experiment. Nevertheless, it will take some time and effort to finetune it until it is exactly what you want, so you need some endurance ;)
Hope this helps,
Eduard