i have a ball that bounces around, that's what i want, but why when i put a sound in it doesn't play it!?
Help if you can!
project is here: http://scratch.mit.edu/projects/Blayer98/2819972
Offline
You mean the sound "Pop"? It should work, but it appears that in the "Sounds" bar, the sound "Pop" isn't included.
Last edited by powerpoint56 (2012-12-23 12:03:32)
Offline
Blayer98 wrote:
Yeah Pop won't play when it touches the edges, which it's what it's supposed to do!
That's weird... It should play, I even tried having it broadcast the sound to be played to separate it from the rest of the script, but it didn't play.
Offline
3 problems here,
1. Theres no "pop" sound in the sound menu, but that has allready been verified.
2. The
play sound [pop v]script has "pop" spelled with no capital letters, while the actual sound is spelt "Pop"
if <touching [nothing v]> endand
point towards [nothing v]blocks are not set to anything.
Offline