soundplaying(
IDENTIFIER
)

The soundplaying( function returns true if the specified sound is currently playing, false if it is paused or not playing at all.


Parameters

This function has one parameter:

identifier – identifier for the sound (sound must already be playing).


Description

This funtion returns true if the specified sound is currently playing, false if it is paused or not playing at all.


See Also


History

VersionStatusNotes
10.2NewNew in this version.