|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 8/28/2008 8:17:58 AM
Posts: 1,
Visits: 6
|
|
Hey everyone,
I have a problem with designing my experiment. I want to play 15 sec music (1wav-file), en during these 15 seconds I want to display different pictures. Is this possible?
I already tried different things, but didn't manage to do so...
Thanks in advance!
Gr,
Fles
|
|
|
|
|
Forum MVP
      
Group: Administrators
Last Login: Yesterday @ 9:26:59 AM
Posts: 576,
Visits: 1,254
|
|
| On the sound object, make sure the "stop after" property is set to No/False and then the sound will play after the object it was started on Duration elapses. Then you can start a number of other objects on your trial.
|
|
|
|
|
Forum Guru
      
Group: Moderators
Last Login: 10/30/2008 3:23:17 PM
Posts: 127,
Visits: 924
|
|
Hello,
The Slide object can be used to present music and text/images simultaneously. You can add various Slide sub-objects that each represent a particular type of stimulus. This is useful if you want to play music while several pictures are displayed at the same time.
If you do not want to present the music and images at the same time, or you want to present multiple images one at a time, you will need to use an alternate method. You would use a SoundOut object to present the music. The SoundOut's Duration property would be set to 0 while the Stop After property would be set to "No". This will allow the music to play while E-Prime proceeds to the next object(s) on the Procedure. You could then place several ImageDisplay objects after the SoundOut to present your images. The ImageDisplays could total 15 seconds in duration.
Please let me know if you have any further questions.
- Matt
PST Technical Consultant
http://pstnet.com
|
|
|
|