David,<br>That method worked great.  Thanks for the suggestion!<br><br>Best Regards,<br>Greg<br><br><div class="gmail_quote">On Thu, Feb 26, 2009 at 9:12 AM, David McFarlane <span dir="ltr"><<a href="mailto:mcfarla9@msu.edu">mcfarla9@msu.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Greg,<br>
<div class="Ih2E3d"><br>
> I have a slide that I am looping through (time out at 100ms).  Each time<br>
> I change one of the values on the slide (random number).  The subject is<br>
> supposed to press a key to stop it and then I do some calculations with<br>
> what ever the random number was at the time.  I would like the subject<br>
> to do this with the space bar.  When I set the allowable response to<br>
> {SPACE} and my inline do a check: If Slide1.RESP = " " and I have also<br>
> tries If Slide1.RESP = chr(32), it does not work.  If I set the<br>
> allowable response to 1 and do the check If Slide1.RESP = "1", It works<br>
> perfectly.  I would think that I need something in my if statement other<br>
> than " " or chr(32).<br>
><br>
> Anyone have any ideas?  Thanks.<br>
<br>
</div>BTW, if I were looping through a slide and just wanted to stop when the<br>
subject responds to any presentation, I might try another EP trick.<br>
Instead of even getting a response to each slide presentation, I might<br>
put a Wait object (let's call it ResponseWait) before my slide loop.  I<br>
would make its Duration 0, set it collect my desired response, and<br>
(here's the key) set Time Limit to "(infinite)" or the max duration of<br>
my slide loop.  The PST User's Guide calls this Extended Input, see the<br>
much overlooked Appendix C.  I would probably also set its End Action to<br>
Terminate so that it will terminate the current slide when the subject<br>
responds, unless I wanted to allow the final slide to time-out on its<br>
own.  Anyway, then in my script or whatever I would just test for a<br>
response to ResponseWait instead of my slides.<br>
<br>
I really don't know if this makes things any better in your case, but I<br>
had an experiment where this technique solved a lot of problems.<br>
<font color="#888888"><br>
-- David McFarlane, Professional Faultfinder<br>
</font><div><div></div><div class="Wj3C7c"><br>
<br>
</div></div></blockquote></div><br>
<br>
--~--~---------~--~----~------------~-------~--~----~<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 this group at http://groups.google.com/group/e-prime?hl=en<br>
-~----------~----~----~----~------~----~------~--~---<br>
<br>