Stage::removeSound()
Remove a sound from the stage.
Syntax
Java
.removeSound(name)
Parameters
| Name | Data Type | Description |
|---|---|---|
| name | String | the sound name |
Return
void

Remove a sound from the stage.
.removeSound(name)
| Name | Data Type | Description |
|---|---|---|
| name | String | the sound name |
void