Group: Forum Members
Posts: 25,
Visits: 104
|
Hi,
I have what I hope is a quick question.
So I have this current script:
<item male_happy> /1 = "057_y_m_h_b.jpg" </item>
<picture male_happy> / items = male_happy / position = (25%,50%) / size = (30%,30%) </picture>
<item happy> /1 = "happy" </item>
<text happy> / items = happy / fontstyle = ("Arial", 50pt, true) / position = (25%,50%) </text>
<counter hpositions> / items = (25%, 75%) / select = noreplace / selectionrate = always </counter>
<counter vpositions> / items = (25%,75%) / select = noreplace / selectionrate = always </counter>
<trial H_happy> / ontrialbegin = [picture.male_happy.hposition=counter.hpositions.selectedvalue; text.happy.hposition=counter.hpositions.selectedvalue; text.happy.vposition=counter.vpositions.selectedvalue] / stimulusframes = [1=male_happy, happy] / validresponse = (203,205) / correctresponse = (205) </trial>
And I want to add another face, male_happy, to the trial but I want it to be at the same x position as the text happy on every trial. How would I do this? Any links or suggestions would be appreciated.
Anisa Khalfan
|