MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING Reference page 651

Director scripting reference
Table of Contents

Advertisement

rotation (backdrop and overlay)
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
a specific index position.
removeBackdrop
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;
is the amount by which the backdrop is rotated about its
creates a backdrop from a texture and adds it to the camera's list of backdrops at
deletes the backdrop.
beepOn
651

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

This manual is also suitable for:

Director mx 2004

Table of Contents