User Guide
110 Chapter 5: Director Core Objects
Sound
Controls audio playback in all eight available sound channels.
The Sound object consists of Sound Channel objects, which represent individual sound channels.
You can create a reference to the Sound object by using top level
_sound property.
• Assign _sound to a variable.
-- Lingo syntax
objSound = _sound
// JavaScript syntax
var objSound = _sound;
• Use the _sound property to access the Sound object’s soundDevice property.
-- Lingo syntax
objDevice = _sound.soundDevice
// JavaScript syntax
var objDevice = _sound.soundDevice;
Method summary for the Sound object
Property summary for the Sound object
See also
_sound, Sound Channel
Method
beep()
channel() (Sound)
Property
soundDevice
soundDeviceList
soundEnabled
soundKeepDevice
soundLevel
soundMixMedia