Scratch for Java

Sprite::isSoundPlaying()

Returns true if the sound if playing

Syntax

Java

.isSoundPlaying(name)

Parameters

Name Data Type Description
name String Name of the sound

Return

boolean

isSoundPlaying()