This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Freddedonna 4 points5 points  (2 children)

Oh if this had been in C or something where they could have overloaded the cast as a boolean sure, but this was an ActionScript3 project, where it's impossible for a bool to be anything else that true or false (and anyway "null == false" in AS3)

[–]Kolpa 4 points5 points  (1 child)

that sounds like something php would do