Scratch for Java

Sprite::removeSound()

Remove a sound from the sprite.

Syntax

Java

.removeSound(name)

Parameters

Name Data Type Description
name String the sound name

Return

void

removeSound()