Assigning A Cast Member To A Sprite With Lingo Or Javascript Syntax - MACROMEDIA DIRECTOR MX 2004-USING DIRECTOR Use Manual

Hide thumbs Also See for DIRECTOR MX 2004-USING DIRECTOR:
Table of Contents

Advertisement

Subtract
subtracts the RGB color value of the foreground sprite's color from the RGB value of
the background sprite's color to determine the new color. If the color value of the new color is less
than 0, Director adds 256 so the remaining value is between 0 and 255.
Subtract Pin
subtracts the RGB color value of pixels in the foreground sprite from the value of
the background sprite. The value of the new color is not allowed to be less than 0. If the value of
the new color is negative, the value is set to 0.
Darken
changes the effect of the Foreground and Background color properties of a sprite to create
dramatic color effects that generally darken and tint a sprite. Darken ink makes the background
color equivalent to a color filter through which the sprite is viewed on the Stage. White provides
no filtering; black darkens all color to pure black. The foreground color is then added to the
filtered image, which creates an effect that is similar to shining light of that color onto the image.
Selecting Darken ink has no effect on a sprite until you select nondefault foreground and
background colors. See
Lighten
changes the effect of the Foreground and Background color properties of a sprite so that
it is easy to create dramatic color effects that generally lighten an image. Lighten ink makes the
colors in a sprite lighter as the background color gets darker. The foreground color tints the image
to the degree allowed by the lightening. See
Note: Mask and Matte use more memory than other inks because Director must duplicate the mask
of the artwork.
Assigning a cast member to a sprite with Lingo or
JavaScript syntax
Several script properties specify the cast member that is assigned to a sprite. You can use
these properties to determine a sprite's cast member and switch the sprite's cast members as
the movie plays.
To specify the cast member, including its cast:
Set the
member
Reference topics in the Director Help Panel.
Setting this property is the most reliable way to specify a sprite's cast member. You can also set
the
memberNum
same cast as the current cast member.
To determine which cast contains the cast member assigned to a sprite:
Test the
castLibNum
Scripting Reference topics in the Director Help Panel.
This procedure is useful for updating movies that serve as templates.
80
Chapter 3: Sprites
"About Darken and Lighten inks" on page
sprite property. For more information about this property, see the Scripting
sprite property, but this is reliable only when the new cast member is in the
sprite property. For more information about this property, see the
"About Darken and Lighten inks" on page
78.
78.

Advertisement

Table of Contents
loading
Need help?

Need help?

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

Questions and answers

This manual is also suitable for:

Director mx 2004

Table of Contents