Example
As part of a Score recording session, this statement assigns the sound cast member Jazz to the first
sound channel:
-- Lingo syntax
_movie.frameSound1 = member("Jazz").number
// JavaScript syntax
_movie.frameSound1 = member("Jazz").number;
See also
frameSound2,
frameSound2
Usage
-- Lingo syntax
_movie.frameSound2
// JavaScript syntax
_movie.frameSound2;
Description
Movie property; determines the number of the cast member assigned to the second sound
channel in the current frame. Read/write.
This property can also be set during a Score recording session.
Example
As part of a Score recording session, this statement assigns the sound cast member Jazz to the
second sound channel:
-- Lingo syntax
_movie.frameSound2 = member("Jazz").number
// JavaScript syntax
_movie.frameSound2 = member("Jazz").number;
See also
frameSound1,
frameTempo
Usage
-- Lingo syntax
_movie.frameTempo
// JavaScript syntax
_movie.frameTempo;
Description
Movie property; indicates the tempo assigned to the current frame. Read/write during a Score
recording session only.
Movie
Movie
frameTempo
789
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