MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING Reference page 770

Director scripting reference
Table of Contents

Advertisement

Example
This statement sets the
-- Lingo syntax
member("Archie").fillCycles = 3
// JavaScript syntax
member("Archie").fillCycles = 3;
See also
endColor, fillColor,
fillDirection
Usage
-- Lingo syntax
memberObjRef.fillDirection
// JavaScript syntax
memberObjRef.fillDirection;
Description
Vector shape cast member property; specifies the amount in degrees to rotate the fill of the shape.
This property is only valid when the
This property can be tested and set.
To see an example of
the Learning/Lingo Examples folder inside the Director application folder.
See also
fillMode
filled
Usage
member(whichCastMember).filled
the filled of member whichCastMember
Description
Shape cast member property; indicates whether the specified cast member is filled with a pattern
(
) or not (
TRUE
FALSE
Example
The following statements make the shape cast member Target Area a filled shape and assign it the
pattern numbered 1, which is a solid color:
member("Target Area").filled = TRUE
member("Target Area").pattern = 1
See also
fillColor,
fillMode
770
Chapter 14: Properties
of member Archie to 3:
fillCycles
fillMode
fillMode
used in a completed movie, see the Vector Shapes movie in
fillDirection
).
property of the shape is set to
.
#gradient

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

Subscribe to Our Youtube Channel

This manual is also suitable for:

Director mx 2004

Table of Contents