by Matt Bury.
Hi,
To me it seems logical that they be TRUE and FALSE since they seem to be public static constants, i.e.
public static const TRUE:int = 1;
public static const FALSE:int = 0;
At least in the conventions I'm used to. However, in Actionscript, Java, and Javascript they're true and false. Mmm...