framePalette

Usage

-- Lingo syntax
_movie.framePalette

// JavaScript syntax
_movie.framePalette;

Description

Movie property; identifies the cast member number of the palette used in the current frame, which is either the current palette or the palette set in the current frame. Read/write during a Score recording session only.

When you want exact control over colors, use Shockwave Player.

Example

The following statement checks the palette used in the current frame. In this case, the palette is cast member 45.

-- Lingo syntax
put(_movie.framePalette)

// JavaScript syntax
put(_movie.framePalette);

This statement makes palette cast member 45 the palette for the current frame:

-- Lingo syntax
_movie.framePalette = 45

// JavaScript syntax
_movie.framePalette = 45;

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