See also
forget()
(Timeout), new(), period, persistent, target,
timeout(), timeoutHandler,
name (XML)
Usage
XMLnode.name
Description
XML property; returns the name of the specified XML node.
Example
Beginning with this XML:
<?xml version="1.0"?>
<e1>
<tagName attr1="val1" attr2="val2"/>
<e2>element 2</e2>
<e3>element 3</e3>
</e1>
This Lingo returns the name of the second tag that is nested within the tag
put gParserObject.child[1].child[2].name
-- "e2"
See also
attributeName
near (fog)
Usage
member(whichCastmember).camera(whichCamera).fog.near
cameraReference.fog.near
member(whichCastmember).camera(whichCamera).fog.far
cameraReference.fog.far
Description
3D properties; this property allows you to get or set the distance from the front of the camera to
the point where the fogging starts if
The default value for this property is 0.0.
Example
The following statement sets the
the fog's enabled property is set to
first appear 100 world units in front of the camera.
member("3d world").camera("defaultview").fog.near = 100.0
See also
fog,
far
(fog),
timeoutList
fog.enabled
property of the fog of the camera Defaultview to 100. If
near
and its
TRUE
enabled
(fog),
decayMode
time (timeout
is
.
TRUE
property is set to
decayMode
object),
:
<e1>
, fog will
#linear
near (fog)
887
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