Scratch for Java

Stage::stopSound()

Stops the given sound.

Syntax

Java

.stopSound(name)

Scratch

stop Sound (name)

Parameters

Name Data Type Description
name String The name of the sound to stop.

Return

stopSound()