998
Chapter 14: Properties
soundDeviceList
Usage
-- Lingo syntax
_sound.soundDeviceList
// JavaScript syntax
_sound.soundDeviceList;
Description
Sound property; creates a linear list of sound devices available on the current computer. Read-
only.
For the Macintosh, this property lists one device, MacSoundManager.
Example
This statement displays a typical sound device list on a Windows computer:
-- Lingo syntax
trace(_sound.soundDeviceList)
// JavaScript syntax
trace(_sound.soundDeviceList);
See also
Sound
,
soundDevice
soundEnabled
Usage
-- Lingo syntax
_sound.soundEnabled
// JavaScript syntax
_sound.soundEnabled;
Description
Sound property; determines whether the sound is on (
TRUE
, default) or off (
FALSE
). Read/write.
When you set this property to
FALSE
, the sound is turned off, but the volume setting is
not changed.
Example
This statement sets
soundEnabled
to the opposite of its current setting; it turns the sound on if it
is off and turns it off if it is on:
-- Lingo syntax
_sound.soundEnabled = not(_sound.soundEnabled)
// JavaScript syntax
_sound.soundEnabled = !(_sound.soundEnabled);
See also
Sound
Содержание DIRECTOR MX 2004-DIRECTOR SCRIPTING
Страница 1: ...DIRECTOR MX 2004 Director Scripting Reference...
Страница 48: ...48 Chapter 2 Director Scripting Essentials...
Страница 100: ...100 Chapter 4 Debugging Scripts in Director...
Страница 118: ...118 Chapter 5 Director Core Objects...
Страница 594: ...594 Chapter 12 Methods...
Страница 684: ...684 Chapter 14 Properties See also DVD...
Страница 702: ...702 Chapter 14 Properties See also face vertices vertices flat...
Страница 856: ...856 Chapter 14 Properties JavaScript syntax sprite 15 member member 3 4...
Страница 889: ...netPresent 889 _player alert Sorry the Network Support Xtras could not be found See also Player...
Страница 1102: ...1102 Chapter 14 Properties...