_key
617
CHAPTER 14
Properties
This section provides an alphabetical list of all the properties available in Macromedia Director
MX 2004.
_global
Usage
-- Lingo syntax
_global
// JavaScript syntax
_global;
Description
Top-level property; provides a reference to the Global object, which stores all global variables.
Read-only.
All global variables are accessible to both Lingo and JavaScript syntax.
Example
This statement sets the variable
objGlobal
to the
_global
property:
-- Lingo syntax
objGlobal = _global
// JavaScript syntax
var objGlobal = _global;
This statement uses the
_global
property directly to clear all global variables:
-- Lingo syntax
_global.clearGlobals()
// JavaScript syntax
_global.clearGlobals();
See also
Global
_key
Usage
-- Lingo syntax
_key
// JavaScript syntax
_key;
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...