In ActionScript, a Boolean can only be true or false . If you do not specify any value, it will be initialized to false by default.
Edit: this behavior is different from the Java Boolean object type, which is a wrapper over a primitive Boolean . See @Victor comments below
midhunhk
source share