I have recorded a short clip of someone saying "you win", but in my project the thing sounds like a broken record and keeps just saying y y y y y y . . . How can I stop this? [scratchblocks]
when i recieve player win
repeat [1]
play sound [you win] until done
Offline
fischmanja wrote:
I have recorded a short clip of someone saying "you win", but in my project the thing sounds like a broken record and keeps just saying y y y y y y . . . How can I stop this?
when i receive [player win v] repeat (1) play sound [you win v] until done end
Fixed.
Anyhow, I think that the problem is coming from your broadcast, so maybe instead of using [broadcast [player win v]], you could use [broadcast [player win v]and wait].
I hope that this helps!
Last edited by ErnieParke (2012-11-17 21:16:58)
Offline
ErnieParke wrote:
fischmanja wrote:
I have recorded a short clip of someone saying "you win", but in my project the thing sounds like a broken record and keeps just saying y y y y y y . . . How can I stop this?
when i receive [player win v] repeat (1) play sound [you win v] until done endFixed.
Anyhow, I think that the problem is coming from your broadcast, so maybe instead of using [broadcast player win], you could use [broadcast player win until done].
I hope that this helps!
Do you mean the [broadcast () and wait] block? If so, then I agree; that would probably solve the problem.
Offline
Harakou wrote:
ErnieParke wrote:
fischmanja wrote:
I have recorded a short clip of someone saying "you win", but in my project the thing sounds like a broken record and keeps just saying y y y y y y . . . How can I stop this?
when i receive [player win v] repeat (1) play sound [you win v] until done endFixed.
Anyhow, I think that the problem is coming from your broadcast, so maybe instead of using [broadcast player win], you could use [broadcast player win until done].
I hope that this helps!Do you mean the [broadcast () and wait] block? If so, then I agree; that would probably solve the problem.
Yes, I meant that. I just happened to be thinking of something else at the moment I typed this, so thanks for catching my mistake!
Offline