score

Usage

-- Lingo syntax
_movie.score

// JavaScript syntax
_movie.score;

Description

Movie property; determines which Score is associated with the current movie. Read/write.

This property can be useful for storing the current contents of the Score before wiping out and generating a new one or for assigning the current Score contents to a film loop.

Example

This statement assigns the film loop cast member Waterfall to the Score of the current movie:

-- Lingo syntax
_movie.score = member("Waterfall").media

// JavaScript syntax
_movie.score = member("Waterfall").media;

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_pr555.htm