Well... Simply to overlay one visual stimulus over others, yes you
may do that with judicious use of stimulus Frame and BackStyle
properties. And you may use a number of techniques to gather
separate response input streams.
The real challenge comes when you want to provide multiple concurrent
and erratic stimulus streams, which is what you describe here. I
think E-Prime poorly suited to this, but you might ask PST for their
opinion. In another era I did something much like this using C on a
DOS platform, in that case I constructed a global schedule for all
timed events, and then made my own event loop that handled each input
while checking the schedule to handle scheduled events. I am still
rather proud of that particular project.
You might still find MATLAB, PsychoPy, or even standard computer
languages such as C, C++, C#, or Python better suited to this task.
-----
David McFarlane
E-Prime training
online:
http://psychology.msu.edu/Workshops_Courses/eprime.aspx
Twitter: @EPrimeMaster (
https://twitter.com/EPrimeMaster)
/----
Stock reminder: 1) I do not work for PST. 2) You may reach PST's
trained staff (and other support facilities) at
https://support.pstnet.com . 3) If you do get an answer from PST
staff, please extend the courtesy of posting their reply back here
for the sake of others.
\----