Sprite::stopSound()
Stops the playing of the sound with the given name
Syntax
Java
.stopSound(name)
Parameters
| Name | Data Type | Description |
|---|---|---|
| name | String | Name of the sound |
Return
void

Stops the playing of the sound with the given name
.stopSound(name)
| Name | Data Type | Description |
|---|---|---|
| name | String | Name of the sound |
void