MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING Reference page 772

Director scripting reference
Table of Contents

Advertisement

Example
This statement changes the fill offset of the vector shape cast member miette to a horizontal offset
of 33 pixels and a vertical offset of 27 pixels:
-- Lingo syntax
member("miette").fillOffset = point(33, 27)
// JavaScript syntax
member("miette").fillOffset = point(33, 27);
See also
defaultRect,
fillScale
Usage
-- Lingo syntax
memberObjRef.fillScale
// JavaScript syntax
memberObjRef.fillScale;
Description
Vector shape cast member property; specifies the amount to scale the fill of the shape. This
property is referred to as "spread" in the vector shape window.
This property is only valid when the
be both tested and set.
To see an example of
Learning/Lingo Examples folder inside the Director application folder.
Example
This statement sets the
-- Lingo syntax
member("Archie").fillScale = 33.00
// JavaScript syntax
member("Archie").fillScale = 33.00;
See also
fillMode
772
Chapter 14: Properties
fillMode
fillMode
used in a completed movie, see the Vector Shapes movie in the
fillScale
of member Archie to 33:
fillScale
property of the shape is set to
, but can
#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

This manual is also suitable for:

Director mx 2004

Table of Contents