Stimuli
in OpenSesame
Hi, I am wondering if there is a way to make simple animations/simple continuously moving stimuli using OpenSesame? Specifically, my task requires a stimuli to move across the screen at a set rate. Any information would be greatly appreciated since I am a novice!
Comments
Hi,
There are no premade stimuli for you (there is no "animation item" or anyhting like that, but with some basic Python programming, you can make all kinds of animations. I attach a simple demo with a simple left to right movement. Check out the code to get an idea of what is happening.
Depending on what kind of motion you would like, you would have to adapt the code accordingly, but if you get the logic, building upon it, shouldn't be a problem.
Check
that part of the documentation out. You'll find useful functions there.
Good luck!
Eduard