A-C > and
andSyntax
condition1
and
condition2
Arguments
condition1,condition2
Conditions or expressions that evaluate to true
or false
.
Description
Operator; performs a logical AND operation in the Flash 4 Player. If both expressions evaluate to true
, then the entire expression is true
.
Player
Flash 4 or later. This operator has been deprecated in Flash 5, and users are encouraged to make use of the new &&
operator.
See also
&& (short-circuit AND)