This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-07-25 23:44:45

medog
Scratcher
Registered: 2012-07-20
Posts: 90

sounds are weird

While creating my project, ALL the sounds seemed to play really weirdly. It sounded like the sound was just generating random notes! Now, whenever I test my project, the sounds keep playing like that! What's going on? How do I fix it?

P.S. I didn't do anything like this:


when gf clicked
make the sound completely messed up in attempt to ruin a project
forever

Offline

 

#2 2012-07-25 23:52:42

humhumgames
Scratcher
Registered: 2012-03-26
Posts: 1000+

Re: sounds are weird

I think you used this script:

forever
  Play Sound [Sound v]
end
That only plays the first sound in the song. Instead, put this:

forever
  Play Sound [Sound v] Until Done
end
Also, this belongs in 'Help With Scripts'. I'll report it for you.

Last edited by humhumgames (2012-07-25 23:53:20)

Offline

 

#3 2012-07-25 23:55:01

medog
Scratcher
Registered: 2012-07-20
Posts: 90

Re: sounds are weird

first, that's what i did, i said for it to play the sound until done,
and second, never mind. I just had to restart.
So now it's fixed  smile

Offline

 

#4 2012-07-25 23:55:55

humhumgames
Scratcher
Registered: 2012-03-26
Posts: 1000+

Re: sounds are weird

smile

Last edited by humhumgames (2012-07-25 23:56:02)

Offline

 

#5 2012-11-02 07:09:02

millsy_rd
New Scratcher
Registered: 2012-11-02
Posts: 1

Re: sounds are weird

lol Thanks! That helped me too, just restart! Simple!  smile

Offline

 

#6 2012-11-06 23:46:17

iTweak0r
Scratcher
Registered: 2011-07-30
Posts: 100+

Re: sounds are weird

oh how you fix it is go to sounds and double click on the stop all sounds block


Make it in Scratch! because it's cooler when it's made in scratch
http://i.imgur.com/D4iqPHR.png

Offline

 

Board footer