_movie
619
_movie
Usage
-- Lingo syntax
_movie
// JavaScript syntax
_movie;
Description
Top-level property; provides a reference to the Movie object, which represents the currently active
movie within the Director player, and provides access to properties and methods that are available
on a movie level. Read-only.
Example
This statement sets the variable
objMovie
to the
_movie
property:
-- Lingo syntax
objMovie = _movie
// JavaScript syntax
var objMovie = _movie;
This statement uses the
_movie
property directly to access the value of the
displayTemplate
property:
-- Lingo syntax
theTemplate = _movie.displayTemplate
// JavaScript syntax
var theTemplate = _movie.displayTemplate;
See also
Movie
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...