User Guide
702
Example
This statement tells Director to use its faster quad calculation code for all quad operations
in the movie:
the useFastQuads = TRUE
See also
quad
useHypertextStyles
Syntax
member(whichTextMember).useHypertextStyles
Description
Text cast member property; controls the display of hypertext links in the text cast member.
When
useHypertextStyles is TRUE, all links are automatically colored blue with underlines,
and the pointer (cursor) changes to a pointing finger when it is over a link.
Setting this property to
FALSE turns off the automatic formatting and pointer change.
Example
This behavior toggles the formatting of hypertext on and off in text cast member “myText”:
on mouseUp
member("myText").usehypertextStyles = not
member("myText").usehypertextStyles
end
useLineOffset
Syntax
member(whichCastmember).model(whichModel).toon.useLineOffset
member(whichCastmember).model(whichModel).inker.useLineOffset
Description
3D toon and inker modifier property; indicates whether the modifier’s lineOffset property is
used by the modifier when it draws lines on the surface of the model.
The default value of this property is
FALSE.
Example
The following statement sets the useLineOffset property of the toon modifier for the model
named Teapot to
FALSE. The toon modifier’s lineOffset property will have no effect.
member("tp").model("Teapot").toon.useLineOffset = FALSE
See also
lineOffset