why is TextField.size an object?
- by TandemAdam
According to the ActionScript 3.0 documentation, the TextField classes "size" property is an Object. Why is this? Clearly this is a number! When I check its type (using typeOf()), it returns "Number". So whats the deal?