User Guide

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 cameras 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 cameras list of
backdrops.
insertBackdrop creates a backdrop from a texture and adds it to the cameras 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;