Moving and fixed stimuli at the same canvas
Hi!
I'm trying to figure out how to show a short sequence with three small squares, where each square is moving at a time. So, when the first square is moving sideways, the other two should be fixed. Then the first square stops, and the second square starts to move sideways. The squares will also move at different speeds.
I know how to make a canvas move by using an inline script, but I don't know how to make the two fixed squares to be shown at the same time. Does anyone know how to solve this?
Thanks!
Comments
Hi Charlotte,
This is a little tricky, but not impossible. At any rate, you would need to use
inline_scripting. The general idea would be something like this:then repeat this procedure with the two other squares.
This script should give you a good starting point. Let me know if you need more help.
Eduard