Property (continued)
mouseChar
mouseDown
mouseH
mouseItem
mouseLine
See also
_mouse
Movie
Represents a movie being played within the Director player.
The Director player can contain one or more movies. A movie can consist of one or more cast
libraries. A cast library can consist of one or more cast members, which represent the media and
script assets in a movie. Media cast members may be text, bitmaps, shapes, and so on. Script cast
members include behaviors, movie scripts, and so on. Sprites are created from cast members and
are used on the Stage of a movie.
You can refer to the currently active movie by using the top level
to any movie in the player by using the Window object's
•
Refer to the currently active movie.
-- Lingo syntax
objMovie = _movie
// JavaScript syntax
var objMovie = _movie;
•
Use the Window object's
-- Lingo syntax
objMovie = _player.window[2].movie
// JavaScript syntax
var objMovie = _player.window[2].movie;
In Director MX 2004, you can use a movie reference to access not only the methods and
properties of a movie itself, you can also call Lingo and JavaScript syntax handlers, and access the
movie's cast members and sprites, including their methods and properties. This differs from
previous versions of Director in which you had to use the
The Movie object provides a simpler way to work with movies.
Note: The
command is obsolete in Director MX 2004,
tell
Method summary for the Movie object
Method
beginRecording()
cancelIdleLoad()
clearFrame()
106
Chapter 5: Director Core Objects
mouseV
mouseWord
rightMouseDown
rightMouseUp
stillDown
property to access the movie in a particular window.
movie
newMember()
preLoad() (Movie)
preLoadMember()
property. You can refer
_movie
property.
movie
command to work with movies.
tell
Need help?
Do you have a question about the DIRECTOR MX 2004-DIRECTOR SCRIPTING and is the answer not in the manual?
Questions and answers