A DAArray object holds other objects that can be selected based on an index that can either vary over time or not.
This class inherits from DABehavior
Finds the length of a DAArray object.
arrayObj.Length( )
Returns a DANumber object.
Selects a DABehavior object based on the value of a (a DANumber). It uses the greatest integer value less than the number's value to determine the index. An array's index begins at 0 and any attempt to index beyond its length results in a run-time error.
arrayObj.NthAnim(
a
)
Returns the DABehavior object.
The following functions are defined in the DAStatics class and are most relevant to objects of type DAArray:
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.