Scratch for Java

Stage::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

stopSound()