frameSound1

Usage

-- Lingo syntax
_movie.frameSound1

// JavaScript syntax
_movie.frameSound1;

Description

Movie property; determines the number of the cast member assigned to the first 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 first sound channel:

-- Lingo syntax
_movie.frameSound1 = member("Jazz").number

// JavaScript syntax
_movie.frameSound1 = member("Jazz").number;

See also

frameSound2, Movie