Hi Paul,<br><br>maybe I haven't stated my problem clearly enough. For now, I decided to change the script. I eliminated the response object and used a Sound object instead of a Slide object. My biggest issue is on how to play a certain audio file and make an associated trigger to be sent to EEG a few milisseconds after the onset of the same audio file. So far, I'm able to send the triggers, but the 'sleep' function delays both audio execution and trigger signal. Is it possible to set up the sleep function only for the trigger? Please find below an updated version of the inline script:<br><br>Dim StimTrigger as Integer<br>Dim StimDelay as Integer<br>StimTrigger = c. GetAttrib ("Trigger")  'condition-associated trigger<br>StimDelay = c. GetAttrib ("Delay")  'delay in milisseconds a trigger must be sent to after the onset of the audio file<br>SoundOut1.OnsetSignalEnabled = True<br>SoundOut1.OnsetSignalPort = &H378<br>SoundOut1.OnsetSignalData = StimTrigger<br>sleep <span style="color: rgb(255, 0, 0);">StimDelay (?)</span><br><br><br>Thanks,<br><br>Alexandre.<br><br>

<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 />
To view this discussion on the web visit <a href="https://groups.google.com/d/msg/e-prime/-/zS47jDaq0AIJ">https://groups.google.com/d/msg/e-prime/-/zS47jDaq0AIJ</a>.<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 />