Hi everybody, I'm a Scratcher Mum, and trying to find a way to solve this:
I recorded a sound, just 2 secs and I put the "repeat N times" to make a loop, that is, to make it repeat several times, however, it doesn't work, it only sounds one time and then it goes super fast for the rest of repetitions.
I've tried putting a second interval but it doesn't work.
Look at this:
[bocks]<repeat( <play sound[ [/blocks]
or
[bocks]<repeat( <play sound[ <wait( )secsc>[/blocks]
None of them work, thanks a lot for the help, my son has an XO w/Scratch and he's working on the activity, however, since his XO is not working I've downloaded the PC version.
Thanks a lot!
Offline
evviesands wrote:
Hi everybody, I'm a Scratcher Mum, and trying to find a way to solve this:
I recorded a sound, just 2 secs and I put the "repeat N times" to make a loop, that is, to make it repeat several times, however, it doesn't work, it only sounds one time and then it goes super fast for the rest of repetitions.
I've tried putting a second interval but it doesn't work.
Look at this:
[bocks]<repeat( <play sound[ [/blocks]
or
[bocks]<repeat( <play sound[ <wait( )secsc>[/blocks]
None of them work, thanks a lot for the help, my son has an XO w/Scratch and he's working on the activity, however, since his XO is not working I've downloaded the PC version.
Thanks a lot!
Did you actually put "repeat n times" in the repeat block?
Also in your example you didn't put in : <when green flag clicked>
This should work:
<when green flag clicked>
<repeat( 20 )
<wait( 1 )sec>
<play sound[ your sound ]
<end>
Best Regards
OB6160
Last edited by ob6160 (2010-11-19 09:27:14)
Offline
You should use the [play sound [ ] until done] block - the [play sound [ ]] block doesn't pause the script.
Offline