User Guide

and 1073
and
Availability
Flash Player 4. This function was deprecated in Flash 5; Macromedia recommends that you use
the logical AND (
&&) operator.
Usage
condition1
and condition2
Parameters
condition1,condition2
Conditions or expressions that evaluate to true or false.
Returns
Nothing.
Description
Operator; performs a logical AND (&&) operation in Flash Player 4. If both expressions evaluate
to
true, the entire expression is true.
See also
&& (logical AND)