Lingo Dictionary > L-N > member (sound property)

 

member (sound property)

Syntax

sound(channelNum).member
the member of sound(channelNum)

Description

This read-only property is the sound cast member currently playing in sound channel channelNum. This property returns null if no sound is being played.

Example

This statement displays the name of the member of the sound playing in sound channel 2 in the message window.

put sound(2).member
-- (member 4 of castLib 1)

See also

getPlaylist(), queue()