Stage::stopSound()
Stops the given sound.
Syntax
Java
.stopSound(name)
Scratch
Parameters
Name | Data Type | Description |
---|---|---|
name | String | The name of the sound to stop. |
Stops the given sound.
.stopSound(name)
Name | Data Type | Description |
---|---|---|
name | String | The name of the sound to stop. |