-- Lingo syntax _movie.frameSound1 // JavaScript syntax _movie.frameSound1;
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.
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;