<div dir="ltr">Hans,<div><br></div><div>I think that the solution for the restarted sound is to insert the sound as separate SoundOut object before the restart label. The duration could be set to zero, and stopafter to no. The The inline script should be OK, although I personally prefer to use a separate list object instead of a goto-label to construct a repeating loop until a valid item is clicked. By using a sub-list you will automatically get all individual clicks in the edat-file. You also might need a small piece of script to stop the sound.</div>
<div><br></div><div>The problem with the overall RT should be handled by additional inline script. Just subtract the RTTime of the valid response from the OnsetTime of the (first) stimulus onset. You can look at the following example for this: <a href="http://pfcgroot.nl/e-prime/83-example-scripts/88-image-click-example.html">http://pfcgroot.nl/e-prime/83-example-scripts/88-image-click-example.html</a></div>
<div><br></div><div>Paul</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 24 January 2014 18:07,  <span dir="ltr"><<a href="mailto:haslinger.hans11@gmail.com" target="_blank">haslinger.hans11@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hallo everybody</div><div><br></div><div>I am trying to create a Task where an image (a Comic Scene)  is given as a stimulus. Simultaneously, there is a sound file played, which describes the stimulus scene.</div>
<div>Participants should choose 1of 4 possible answers (4 Images) by clicking.</div><div><br></div><div>So i have got a slide with 5 slide-images (1 stimulus and 4 target Images) and 1 slide-sound-out sub-object.</div><div>
<br></div><div>I've used the following inLine code to define the 4 target Images as clickable targets and to check, if the clicked image is the correct answer:</div><div><br></div><div><br></div><div><br><font color="#a64d79"> Dim theState as SlideState<br>
 Set theState = RecognitionSlide.States("Default")</font></div><div><font color="#a64d79"> Dim next_mX as Long, next_mY as Long<br>  Dim strHit As String<br>  Dim theMouseResponseData As MouseResponseData</font></div>
<div><font color="#a64d79"><br></font></div><div><font color="#a64d79"> <br>        If RecognitionSlide.InputMasks.Responses.Count > 0 Then</font></div><div><br><font color="#a64d79">          Set theMouseResponseData = CMouseResponseData(RecognitionSlide.InputMasks.Responses(1))<br>
    <br>                <br>                strHit = theState.HitTest(theMouseResponseData.CursorX, theMouseResponseData.CursorY)</font></div><div><br><font color="#a64d79">             <br>                      If strHit = ("Image1") or strHit = ("Image2") or strHit = ("Image3")or strHit = ("Image4")  Then<br>
                     c.SetAttrib "response", strHit</font></div><div><font color="#a64d79">                </font></div><div><font color="#a64d79">                     Else<br>                     Goto restart</font></div>
<div><font color="#a64d79">                        End If <br></font></div><div><font color="#a64d79"><br></font></div><div><br><font color="#a64d79">If strHit = c.GetAttrib("CorrectEmotion") Then<br>RecognitionSlide.ACC = 1<br>
Else<br>RecognitionSlide.ACC = 0 <br>End If</font></div><div><br></div><div><br></div><div><font color="#000000">My</font> Problem is, that everytime you click somewhere else than the 4 target Images, the Sound file and RT-measures start again.</div>
<div><br></div><div>So basically i need something else than the code          </div><div>                       <font color="#a64d79">Else<br>                      Goto restart</font></div><div><font color="#000000">which doesn't cause the slide to be reset.</font></div>
<div><font color="#000000"><br></font></div><div><font color="#000000"><br></font></div><div><font color="#000000">Is there any way to make everything but the 4 target Images unclickable?</font></div><div><font color="#000000">I hope you understand what i mean.</font></div>
<div><font color="#000000"><br></font></div><div><font color="#000000">Any help would be appreciated</font></div><div><font color="#000000">Best regards</font></div><div><font color="#000000">Hans</font></div></div><span class="HOEnZb"><font color="#888888">

<p></p>

-- <br>
You received this message because you are subscribed to the Google Groups "E-Prime" group.<br>
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:e-prime%2Bunsubscribe@googlegroups.com" target="_blank">e-prime+unsubscribe@googlegroups.com</a>.<br>
To post to this group, send email to <a href="mailto:e-prime@googlegroups.com" target="_blank">e-prime@googlegroups.com</a>.<br>
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/e-prime/a7f4d4a6-855b-4d6c-9944-08d07ece19bc%40googlegroups.com" target="_blank">https://groups.google.com/d/msgid/e-prime/a7f4d4a6-855b-4d6c-9944-08d07ece19bc%40googlegroups.com</a>.<br>

For more options, visit <a href="https://groups.google.com/groups/opt_out" target="_blank">https://groups.google.com/groups/opt_out</a>.<br>
</font></span></blockquote></div><br></div>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups "E-Prime" group.<br />
To unsubscribe from this group and stop receiving emails from it, send an email to e-prime+unsubscribe@googlegroups.com.<br />
To post to this group, send email to e-prime@googlegroups.com.<br />
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/e-prime/CAKAdR-v-q0h9Kxm3mtA%3DP-ae9K0Faz_%3DwQz1xE_LGR3LpREejQ%40mail.gmail.com">https://groups.google.com/d/msgid/e-prime/CAKAdR-v-q0h9Kxm3mtA%3DP-ae9K0Faz_%3DwQz1xE_LGR3LpREejQ%40mail.gmail.com</a>.<br />
For more options, visit <a href="https://groups.google.com/groups/opt_out">https://groups.google.com/groups/opt_out</a>.<br />