Hello Chris,
I am trying to use a variable list in the trigger flags of multiple fixation dots (in the same stimuli group), but it doesn’t work. What I did is create list variable and put the list elements in the fixation dots’ trigger flag; so the trigger_flage will be set to target_fix[n]. The code is accepted in the client, so no syntax errors, but the variable list doesn’t change when the monkey is looking at any fixation dot.
Alseo,I have read that the index of the list starts with 0, does this mean than x[0] has the first element of the list?
Cheers,
Beshoy
Hi Beshoy,
What I did is create list variable and put the list elements in the fixation dots’ trigger flag; so the trigger_flag will be set to target_fix[n].
That doesn’t work. You need a different variable for each trigger_flag.
I have read that the index of the list starts with 0, does this mean than x[0] has the first element of the list?
Correct.
Chris
Hello Chris,
Thanks for the reply; that’s the information I was looking for.
Cheers,
Beshoy