aboutInfo
621
This statement uses the
_sound
property directly to access the
soundLevel
property:
-- Lingo syntax
theLevel = _sound.soundLevel
// JavaScript syntax
var theLevel = _sound.soundLevel;
See also
Sound
_system
Usage
-- Lingo syntax
_system
// JavaScript syntax
_system;
Description
Top-level property; provides a reference to the System object, which provides access to system and
environment information, including system level methods. Read-only.
Example
This statement sets the variable
objSystem
to the
_system
property:
-- Lingo syntax
objSystem = _system
// JavaScript syntax
var objSystem = _system;
This statement uses the
_system
property directly to access the
freeBytes
property:
-- Lingo syntax
theBytes = _system.freeBytes
// JavaScript syntax
var theBytes = _system.freeBytes;
See also
System
aboutInfo
Usage
-- Lingo syntax
_movie.aboutInfo
// JavaScript syntax
_movie.aboutInfo;
Description
Movie property; a string entered during authoring in the Movie Properties dialog box. Read-only.
Summary of Contents for DIRECTOR MX 2004-DIRECTOR SCRIPTING
Page 1: ...DIRECTOR MX 2004 Director Scripting Reference...
Page 48: ...48 Chapter 2 Director Scripting Essentials...
Page 100: ...100 Chapter 4 Debugging Scripts in Director...
Page 118: ...118 Chapter 5 Director Core Objects...
Page 594: ...594 Chapter 12 Methods...
Page 684: ...684 Chapter 14 Properties See also DVD...
Page 702: ...702 Chapter 14 Properties See also face vertices vertices flat...
Page 856: ...856 Chapter 14 Properties JavaScript syntax sprite 15 member member 3 4...
Page 1102: ...1102 Chapter 14 Properties...