<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1255">
<META content="MSHTML 6.00.2900.2604" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi all,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>In my experiment I set the "Time Limit" of a 
waitObject to "infinite" and the "duration" to 0, and that way I can continue 
to the next inline script object. In this script I play sound files in 
a loop that waits until the waitObject.Resp is not "" (i.e until a response). 
However, it seems that the timing of the response is not accurate.</FONT></DIV>
<DIV><FONT face=Arial size=2>I wanted to see whether it is the sound-playing 
that disturbs the accurate time-recording, so I replaced it with a simple 
"sleep(550)" line. The timing of the response is still not accurate. When I 
reduce the time of the sleep (e.g. "sleep(10)") the inaccuracy 
shrinks.</FONT></DIV>
<DIV><FONT face=Arial size=2>Maybe I should somehow set the waitObject to accept 
the response in parallel to the continuation of the script. Does anyhow has an 
idea how?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks,</FONT></DIV>
<DIV><FONT face=Arial size=2>Yoav</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>P.S. </FONT></DIV>
<DIV><FONT face=Arial size=2>for your convenience here is the 
script:</FONT></DIV>
<DIV><FONT face=Arial size=2>while ww.RESP = ""<BR>    
sleep(550)<BR>wend</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV></BODY></HTML>