frameTransition

Usage

-- Lingo syntax
_movie.frameTransition

// JavaScript syntax
_movie.frameTransition;

Description

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.

Example

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");

See also

Movie


 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/director/mx2004/release_update_en/09_pr267.htm