Loud?: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(4 intermediate revisions by 4 users not shown)
Line 1:
{{Needs Images}}
{{Infobox Block
|block_img =[[File:Loud?.png|thumb]]
|block_type = Boolean Block
|category = [[Sensing]]
|title = loud?
}}
The '''loud?''' block is a boolean block in the [[Sensing]] category that reports true if [[loudness]] is greater than 10<ref>https://en.scratch-wiki.info/wiki/Loud%3F_(block)</ref> and false otherwise. It originates from [[Scratch]], but the value that is detected was changed from 30 to 10 in Scratch 2.0 and the block was made hidden in Scratcha 32.0 beta build.
==Workaround==
This block can be worked around by detecting if the value of the [[loudness]] reporter is greater than 10 by using the [[() greater than ()|() > ()]] block.:
 
<sb>(loudness) > [10]</sb>
==References==
{{Reflist}}
231

edits