Scratch for Java

Sprite::stopSound()

Stops the given sound.

Syntax

Java

.stopSound(name)

Scratch

stopSoundname

Parameters

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

Return

stopSound()