Creates a DAString object. At any given time, the value of the object is a character string. This value can vary over time.
This class inherits from the DABehavior class.
Allows control properties to be animated (vary over time). This function forms fragments of script and passes them to the scripting engine on every frame. When the invoke parameter is FALSE, the property is set directly as shown in this fragment from the JScript sample in JScript\Templates\AnimatedProperties.html:
filterStr = filterStr.AnimateProperty("DropWave1.style.filter", "JScript", false, .1));
If the invoke parameter is TRUE, then a function name should be specified in the string parameter (property) and is invoked as shown in this fragment from the same JScript sample:
filterMethod = getNumber().AnimateProperty("SetFilter", "JScript", true, .1);
stringObj.AnimateProperty(
property,
language,
invoke,
update
)
Returns the DAString object.
Extracts the value of the stringObj, returning a String. This object must have a constant value.
stringObj.Extract
Returns a String.
The following functions are defined in the DAStatics class and are most relevant to objects of type DAString.
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.