Hi!!!
I´m new here. I´ve recently downloaded scratch for my son, and i find it really easy to understand and carry on simple projects.
I´m a little lost at this point, i´ve read a lot but i´m not sure if i can do what i want to do....
I want us to create a project with this characteristics:
it has to make a sound, and reproduce it 54 times a minute. A picture should blink syncronized with the sound.
I need to be able to activate the microphone so if you clap, and if the clapping happens at the same time as the sound (with a tolerance of a few milliseconds)
The program displays a picture, and if you miss, displays a different one.
Can you tell me if this is possible preferrably without buying anything?
Thanks in advance! Good luck with all your projects!
Carolinuz
Offline
If it's at the beginning of your project, you can do "when flag clicked," "wait until loud," broadcast start."
Then, on the stage: "When I receive start," "forever-- 'change color by 1,' 'wait .001 seconds.'
You would also have to put, "When I receive start," "forever-- 'play sound 1,' wait .001 seconds."
You would have to tweak the timing to make it work for 54 times in a minute, of course, but you get the idea
Offline