Play Sound/es: Difference between revisions
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 2: | Line 2: | ||
<div lang="en" dir="ltr" class="mw-content-ltr"> | <div lang="en" dir="ltr" class="mw-content-ltr"> | ||
<p id="tooltip">Plays | <section begin="image"/>[[File:play_sound.png|alt=The Play Sound Block|thumb]]<section end="image"/> | ||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
==Usage== | |||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
<p id="tooltip">Plays the specified sound.</p> | |||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
==Syntax== | |||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
Inputs in this block: | |||
#a sound block | |||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
==Example== | |||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
[[File:play_sound_example.gif|alt=Play Sound example gif|thumb]] | |||
[[File:play_sound_example.png|alt=Play Sound example code|thumb]] | |||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
The image above is from a predator-prey simulation where a dog agent hunts many smaller cat agents. On collision with a dog, the cat agents will play an audio recording of a cat meowing. | |||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
==Related Blocks== | |||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
*[[Special:MyLanguage/Sound|Sound]] | |||
</div> | </div> | ||
[[Category:Sonido]] | [[Category:Sonido]] | ||
[[Category:Code Block]] | [[Category:Code Block]] |
Revision as of 20:09, 14 August 2023
Usage
Plays the specified sound.
Syntax
Inputs in this block:
- a sound block
Example
The image above is from a predator-prey simulation where a dog agent hunts many smaller cat agents. On collision with a dog, the cat agents will play an audio recording of a cat meowing.