610
soundDeviceList
Syntax
the soundDeviceList
Description
System property; creates a linear list of sound devices available on the current computer.
For the Macintosh, this property lists one device, MacSoundManager.
This property can be tested but not set.
Example
This statement displays a typical sound device list on a Windows computer:
Put the soundDeviceList
--["QT3Mix", "MacroMix", "DirectSound"]
See also
soundDevice
soundEnabled
Syntax
the soundEnabled
Description
System property; determines whether the sound is on (
TRUE
, default) or off (
FALSE
).
When you set this property to
FALSE
, the sound is turned off, but the volume setting is
not changed.
This property can be tested and set.
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:
the soundEnabled = not(the soundEnabled)
See also
soundLevel
,
volume (sound channel)
,
volume (sprite property)
sound fadeIn
Syntax
sound(
whichChannel
).fadeIn()
sound(
whichChannel
).fadeIn(
milliseconds
)
sound fadeIn
whichChannel
sound fadeIn
whichChannel
,
ticks
Description
Command; fades in a sound in the specified sound channel over a specified period of time.
Summary of Contents for DIRECTOR MX-LINGO DICTIONARY
Page 1: ...Lingo Dictionary Macromedia Director MX...
Page 756: ...Index 756...