MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING Reference page 789

Director scripting reference
Table of Contents

Advertisement

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

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

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

This manual is also suitable for:

Director mx 2004

Table of Contents