-- Lingo syntax _movie.frameTransition // JavaScript syntax _movie.frameTransition;
Movie property; specifies the number of the transition cast member assigned to the current frame. Read/write only during a Score recording session to specify transitions.
When used in a Score recording session, this statement makes the cast member Fog the transition for the frame that Lingo is currently recording:
-- Lingo syntax
_movie.frameTransition = member("Fog")
// JavaScript syntax
_movie.frameTransition = member("Fog");