MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING Reference page 785

Director scripting reference
Table of Contents

Advertisement

Example
The following statement checks the label of the current frame. In this case, the current
value is Start:
frameLabel
-- Lingo syntax
put(_movie.frameLabel)
// JavaScript syntax
put(_movie.frameLabel);
See also
labelList,
Movie
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
framePalette
785

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DIRECTOR MX 2004-DIRECTOR SCRIPTING and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Director mx 2004

Table of Contents