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
•
Assign
_sound
-- Lingo syntax
objSound = _sound
// JavaScript syntax
var objSound = _sound;
•
Use the
_sound
-- Lingo syntax
objDevice = _sound.soundDevice
// JavaScript syntax
var objDevice = _sound.soundDevice;
Method summary for the Sound object
Method
beep()
channel() (Sound)
Property summary for the Sound object
Property
soundDevice
soundDeviceList
soundEnabled
soundKeepDevice
soundLevel
soundMixMedia
See also
_sound,
Sound Channel
110
Chapter 5: Director Core Objects
to a variable.
property to access the Sound object's
property.
_sound
property.
soundDevice
Need help?
Do you have a question about the DIRECTOR MX 2004-DIRECTOR SCRIPTING and is the answer not in the manual?
Questions and answers