<p class="MsoNormal" style="margin-bottom:0.0001pt"><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:#222222;background:white">Hello,</span><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:#222222"><br>


<br>So, once again :)<br>
<span style="background:white">I have a very simple problem in connection with
collecting multiple mouse response coordinates. We use a single picture which
consists of several pictures in a 4X4 grid (I've attached a sample). People are
asked to click on those pictures within the grid which we had already shown to
them (8 clicks out of 16). How can I register all of the 8 clicks's coordinates
 with the modification of the script linked below, which in fact works
perfectly well for our experiment. </span></span><span style="font-size:12.0pt;font-family:"Times New Roman","serif""></span></p>

<p class="MsoNormal" style="margin-bottom:0.0001pt;background-repeat:initial initial"><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:#222222"> </span></p>

<p class="MsoNormal" style="margin-bottom:0.0001pt;background-repeat:initial initial"><span style="font-size:8.5pt;font-family:"Verdana","sans-serif";color:#5f779c"><br>
</span><span style="font-size:8.5pt;font-family:"Courier New";color:#5f779c">If
Stimulus.InputMasks.Responses.Count > 0 Then</span><span style="font-size:8.5pt;font-family:"Verdana","sans-serif";color:#5f779c"><br>
<br>
</span><span style="font-size:8.5pt;font-family:"Courier New";color:#5f779c">Dim
theMouseResponseData As MouseResponseData<br>
Set theMouseResponseData = CMouseResponseData(Stimulus.InputMasks.Responses(1))<br>
If theMouseResponseData Is Nothing Then<br>
c.SetAttrib "Stimulus.RespCursorX", theMouseResponseData.CursorX<br>
c.SetAttrib "Stimulus.RespCursorY", theMouseResponseData.CursorY<br>
End If</span><span style="font-size:8.5pt;font-family:"Verdana","sans-serif";color:#5f779c"><br>
<br>
</span><span style="font-size:8.5pt;font-family:"Courier New";color:#5f779c">End If</span><span style="font-size:8.5pt;font-family:"Verdana","sans-serif";color:#5f779c"></span></p><p class="MsoNormal" style="margin-bottom:0.0001pt;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:"Courier New";color:#5f779c"><br></span></p>

<p class="MsoNormal" style="margin-bottom:0.0001pt;background-repeat:initial initial"><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:#222222">Thanks a lot,<br>

Eszter </span></p>

<p class="MsoNormal"><b> </b></p>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups "E-Prime" group.<br />
To post to this group, send email to e-prime@googlegroups.com.<br />
To unsubscribe from this group, send email to e-prime+unsubscribe@googlegroups.com.<br />
For more options, visit <a href="https://groups.google.com/groups/opt_out">https://groups.google.com/groups/opt_out</a>.<br />
 <br />
 <br />