framePalette
785
Example
The following statement checks the label of the current frame. In this case, the current
frameLabel
value is Start:
-- 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
Содержание DIRECTOR MX 2004-DIRECTOR SCRIPTING
Страница 1: ...DIRECTOR MX 2004 Director Scripting Reference...
Страница 48: ...48 Chapter 2 Director Scripting Essentials...
Страница 100: ...100 Chapter 4 Debugging Scripts in Director...
Страница 118: ...118 Chapter 5 Director Core Objects...
Страница 594: ...594 Chapter 12 Methods...
Страница 684: ...684 Chapter 14 Properties See also DVD...
Страница 702: ...702 Chapter 14 Properties See also face vertices vertices flat...
Страница 856: ...856 Chapter 14 Properties JavaScript syntax sprite 15 member member 3 4...
Страница 889: ...netPresent 889 _player alert Sorry the Network Support Xtras could not be found See also Player...
Страница 1102: ...1102 Chapter 14 Properties...