if you read strings and intend to transform them into numbers, especially
the data from XML, you have to test the result...
if ( isNaN(parseFloat(string)) )
{
Error...
return ...
}
var x:Number = parseFloat(string);
or you have run some functions and get an error answer, such as 0/0, Math.
sqrt(-1) ... ,so when you set the answer to a number var , Error occurs.
2010/7/15 [email protected] <[email protected]>
> Ah it would seem I can't spell duration the same way twice! So tween time
> taken from the XML was set to null or undefined.
>
>
> On 14 Jul 2010, at 21:59, elguapoloco wrote:
>
> could you be more specific or post some of the code for us to assess?
>>
>
>