Display a stop watch on the screen
Michiel Spape
Michiel.Spape at nottingham.ac.uk
Mon Mar 22 15:13:37 UTC 2010
Hi,
Are you doing a Libet thing? Anyway, what you want can be quite easy or difficult, depending on the amount of coding you're interested in. What I often do, during a break, is something like
For I = 120 to 1 step -1
myBreakScreen.Text = "Have a break for " & cstr(i) & " seconds!"
myBreakScreen.Run
Next I
With myBreakscreen being merely an empty textDisplay, let's call it myBreakScreen. You could tweak this by using a slide with a picture of a stopwatch, embedding an attribute into that, say [TimeLeft] and doing the following:
For I = 120 to 1 step -1
c.SetAttrib "TimeLeft", i
myBreakScreen.Run
Next I
Voila! Of course, all these interruptions and whatnot need to be taken into account, so you might have a little more difficulty in getting this to work, but I suppose this is enough as a proof of concept?
Cheers,
Mich
Michiel Spapé
Research Fellow
Perception & Action group
University of Nottingham
School of Psychology
-----Original Message-----
From: e-prime at googlegroups.com [mailto:e-prime at googlegroups.com] On Behalf Of Julie Gonn
Sent: 20 March 2010 21:51
To: E-Prime
Subject: Display a stop watch on the screen
Hello,
I'm designing an experiment (E-prime 1.1) for which I need a stop
watch to appear on the screen during the experiment.
Pictures appear for 2 seconds (interrupted by cross fixations 500 ms),
and I need subjects to monitor the time as pictures unfold.
I have found no information on the website. I wonder if it could be
possible to do such a thing and, if so, can someone help me?
Many thanks in advance,
Julie
--
You received this message because you are subscribed to the Google Groups "E-Prime" group.
To post to this group, send email to e-prime at googlegroups.com.
To unsubscribe from this group, send email to e-prime+unsubscribe at googlegroups.com.
For more options, visit this group at http://groups.google.com/group/e-prime?hl=en.
This message has been checked for viruses but the contents of an attachment
may still contain software viruses which could damage your computer system:
you are advised to perform your own checks. Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.
--
You received this message because you are subscribed to the Google Groups "E-Prime" group.
To post to this group, send email to e-prime at googlegroups.com.
To unsubscribe from this group, send email to e-prime+unsubscribe at googlegroups.com.
For more options, visit this group at http://groups.google.com/group/e-prime?hl=en.
More information about the Eprime
mailing list