I have a few problems with Scratch music. Here they are:
I can't find the folder for music on my computer, but my dad says he made a folder!!
I tried this script on Scratch:
[blocks]
<when green flag clicked>
<forever>
<play sound[ Eggs (or whatever sound I want)
<end>
And I've tried
<when green flag clicked>
<forever>
<wait( 1
<play sound[ Eggs
<end>
But it glitches up! And it only plays part of each and sound like some awful 'Scratched' (sorry, bad pun there) CD! Can someone please help? 'Cause these scripts work on other computers, but not mine!
P.S. I've already tried redownloading Scratch (is that even a word?) so if you were to suggest that it wouldn't help much.
Thanks!
-KalinaStar
Last edited by KalinaStar (2009-06-30 16:53:46)
Offline
Thank you for the advice!
Last edited by KalinaStar (2009-06-30 12:46:50)
Offline
Just to add to The-Whiz's solution:
Newer version of Scratch do not have a 'Play Sound --- and Wait' block; rather, use the 'Play Sound --- Until Done' block in the forever loop.
Offline
Thank you cheddargirl!
Offline
cheddargirl wrote:
Just to add to The-Whiz's solution:
Newer version of Scratch do not have a 'Play Sound --- and Wait' block; rather, use the 'Play Sound --- Until Done' block in the forever loop.
Oh... I have the new version, I just forgot...
Offline