Dear Siddarth,
Create a circle stimulus and then have its position change dynamically as a function of time.
e.g. there is a variable called t which represents the time in seconds since the start of the trial. So you could put an equation like this in the stimulus' [x, y] position field so that it moves in a circle:
[cos(t * some_speed_factor) * radius, sin(t * some_speed_factor) * radius]
or to just move rightwards in a horizontal direction:
[(t * some_speed_factor) - start_position, 0]
Set the position field to update on every frame.
Regards,
Michael
--
Michael R. MacAskill, PhD 66 Stewart St
Research Director, Christchurch 8011
New Zealand Brain Research Institute NEW ZEALAND
Senior Research Fellow,
michael....@nzbri.org
Te Whare Wānanga o Otāgo, Otautahi Ph:
+64 3 3786 072
University of Otago, Christchurch
http://www.nzbri.org/macaskill