•
allows you to get or set the color of lines drawn by the inker. Possible values are any
lineColor
valid Lingo color object. The default value is
•
allows you to get or set whether lines are drawn in creases. This is a Boolean value; the
creases
default value is
•
creaseAngle
function of the toon modifier is to the presence of creases.
•
allows you to get or set whether lines are drawn around the boundary of the surface.
boundary
This is a Boolean value; the default value is
•
allows you to get or set where lines are drawn relative to the shaded surface and
lineOffset
the camera. Negative lines move lines toward the camera. Positive values move lines away from
the camera. Possible values are floating-point numbers from -100.0 to 100.0. The default value
is -2.0.
•
useLineOffset
value; the default value is
•
silhouettes
border of a model, outlining its shape. This is a Boolean value; the default value is
See also
addModifier, modifiers,
top
Usage
-- Lingo syntax
spriteObjRef.top
// JavaScript syntax
spriteObjRef.top;
Description
Sprite property; returns or sets the top vertical coordinate of the bounding rectangle of a sprite as
the number of pixels from the upper left corner of the Stage. Read/write.
Example
This statement checks whether the top of sprite 3 is above the top of the Stage and calls the
handler
offTopEdge
-- Lingo syntax
if (sprite(3).top < 0) then
offTopEdge()
end if
// JavaScript syntax
if (sprite(3).top < 0) {
offTopEdge();
}
See also
bottom, height, left, locH, locV, right, Sprite,
1046
Chapter 14: Properties
.
True
, if
is set to
creases
TRUE
allows you to get or set whether
.
False
allows you to get or set whether lines are drawn to define the edges along the
sds
(modifier),
if it is:
rgb (0, 0, 0)
, allows you to get or set how sensitive the line drawing
.
True
lineOffset
inker (modifier)
width
, which is black.
is on or off. This is a Boolean
True
.
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