Group: Forum Members
Posts: 11,
Visits: 39
|
Hi,
i am programming a game for my master thesis and could need some help. Participants should play 3 rows of a public goods game while listening to one certain sound (length of about 10 minutes) and after playing those 3 rounds the sound should be stopped or replaced by a second soundfile. Listening to that new soundfile they should play another 3 rows. My problem is that i cant stop the sound (tried to change the "erase" status, lowering the volume and many other things but it seems you can just set these attributes once and not change them in any trial). My sound looks like that: (there are 3 sounds because i got 2 groups and they will hear different sounds)
<sound test> / erase = false / items = (test1.wav", "test2.wav", "test3.wav") / select = replace / playthrough = false </sound>
i hoped by "select = replace" the playing sound would just stop when the next starts but it doenst work, the second starts but the first one doenst stop.
Is there any way to fix my problem? I could reduce the length of the tracks but i dont know exactly how long it will take the participants to play the 3 rounds of the game.
Thanks for your help Herby
|