AS3 Tip of the Day
So it appears DataType Number cannot be tested against null conditions. In order to determine if a Number has no value you must use the function isNaN(num) which returns a Boolean. That’s right boys & girls a Numbers initial value is Not a Number ;-) Oh AS3 you confound me!
May 9th, 2007 by Stephen / 6 Comments


