Well, I am doing a simple School project with Scratch and i wouder if i could do so each time the sound lvl gets to 100 it changes the background? I've tried for about 30 min but couldn't figure out how. Could someone be kind and give a hand, time is short friends .
Froxer
Offline
[blocks]
<if><(<loudness><=> 100 )>
<switch to costume[ x
<end> [/blocks]
Hope this helps.
Offline
froxer wrote:
Thanks, it mades sense but i cant get it to do what i want it to do
![]()
When loudness goes 50+ (set at 50) nothing happends.
Then change it to this:
When green flag clicked forever if <(loudness) > (50)> switch to costume [x] end end
That should make it that if the loudness is 51 or greater, it will change.
Offline