Group: Forum Members
Posts: 11,
Visits: 39
|
This doenst seem to work at all... I also tried to seperate the three songs but the effect is the same. After the block ended the music keeps playing and doenst stop as it should. Is there any mistake i am too blind to see?
<block Spielrunde_neutral> / bgstim = (Musik) / trials = [1 = sequence(instructions_contributions, verhaltenA_no_fear, verhaltenB_no_fear, verhaltenC_no_fear)] / onblockend = [values.totalwin_p=(values.firstround_win+values.secondround_win+values.thirdround_win); values.totalwin=((values.firstround_win+values.secondround_win+values.thirdround_win)*40); values.totalwin_plus=(((values.firstround_win+values.secondround_win+values.thirdround_win)*40)+2400); ] </block>
<sound Musik> / items = ("test1.wav", "test2.wav", "test3.wav") / select = noreplace / playthrough = false / selectionrate = block / resetininterval = 0 </sound>
|