Scratch for Java

Stage::removeSound()

Remove a sound from the stage.

Syntax

Java

.removeSound(name)

Parameters

Name Data Type Description
name String the sound name

Return

void

removeSound()