Lingo Dictionary
131
child (XML)
Syntax
XMLnode
.child[
childNumber
]
Description
XML property; refers to the specified child node of a parsed XML document’s nested tag structure.
Example
Beginning with the following XML:
<?xml version="1.0"?>
<e1>
<tagName attr1="val1" attr2="val2"/>
<e2>element 2</e2>
<e3>element 3</e3>
here is some text
</e1>
This Lingo returns the name of the first child node of the preceding XML:
put gParserObject.child[1].name
-- "e1"
chunkSize
Syntax
member(
whichCastMember
).chunkSize
the chunkSize of member
whichCastMember
Description
Transition cast member property; determines the transition’s chunk size in pixels from 1 to 128
and is equivalent to setting the smoothness slider in the Frame Properties: Transition dialog box.
The smaller the chunk size, the smoother the transition appears.
This property can be tested and set.
Example
This statement sets the chunk size of the transition cast member Fog to 4 pixels.
Dot syntax:
member("Fog").chunkSize = 4
Verbose syntax:
set the chunkSize of member "Fog" to 4
clearAsObjects()
Help ID:
x5539 | Lingo_FlashClearAsObject
Syntax
clearAsObjects()
Содержание DIRECTOR MX-LINGO DICTIONARY
Страница 1: ...Lingo Dictionary Macromedia Director MX...
Страница 756: ...Index 756...