User Guide
672
Example
This statement makes Action View the title of window X:
window("X").title = "Action View"
titleVisible
Syntax
window (whichWindow.titleVisible)
the titleVisible of window whichWindow
Description
Window property; specifies whether the window specified by whichWindow displays the window
title in the window’s title bar.
This property can be tested and set for windows other than the Stage.
Example
This statement displays the title of the window named “Control_panel” by setting the window’s
titleVisible property to TRUE:
window("Control_panel").titleVisible = TRUE
to
The word to occurs in a number of Lingo constructs.
See also
char...of, item...of, line...of, word...of, repeat with, set...to, set...=
toon (modifier)
Syntax
member(whichCastmember).model(whichModel).toon.toonModifierProperty
Description
3D modifier; once you have added the #toon modifier to a model you can get and set the #toon
modifier properties.
The toon modifier draws a model using only a handful of colors, and resulting in a cartoon style
of rendering of the model’s surface. When the
#toon modifier is applied, the model's shader
texture, reflectionMap, diffuseLightMap, specularLightMap, and glossMap properties are
ignored.
When the
#toon modifier is used in conjunction with the #inker modifier, the rendered effect is
cumulative and varies depending on which modifier was first applied. The list of modifiers
returned by the
modifier property will list #inker or #toon (whichever was added first), but not
both. The toon modifier can not be used in conjunction with the
#sds modifier.