beepOn
651
rotation (backdrop and overlay)
is the amount by which the backdrop is rotated about its
regPoint.
regPoint (3D)
indicates the registration point of the backdrop.
blend (3D)
indicates the opacity of the backdrop.
count (3D)
indicates the number of items in the camera’s list of backdrops.
Use the following commands to create and remove backdrops:
addBackdrop
creates a backdrop from a texture and adds it to the end of the camera’s list of
backdrops.
insertBackdrop
creates a backdrop from a texture and adds it to the camera’s list of backdrops at
a specific index position.
removeBackdrop
deletes the backdrop.
See also
overlay
backgroundColor
Usage
-- Lingo syntax
memberObjRef
.backgroundColor
// JavaScript syntax
memberObjRef
.backgroundColor;
Description
Vector shape cast member property; sets the background color of the specified cast member or
sprite to the RGB color value assigned.
This property can be both tested and set.
Example
-- Lingo syntax
member("Archie").backgroundColor= color(255,255,255)
// JavaScript syntax
member("Archie").backgroundColor= color(255,255,255);
See also
bgColor (Window)
beepOn
Usage
-- Lingo syntax
_movie.beepOn
// JavaScript syntax
_movie.beepOn;
Содержание 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...