Hello,<br><br>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. <br>
<br><br><font color="#ff0000">If Stimulus.InputMasks.Responses.Count > 0 Then<br><br>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<br><br>End If</font><div><font color="#ff0000"><br></font>Thanks a lot,<br>
Eszter </div>

<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 />