and

Availability

Flash Player 4.

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, then the entire expression is true. This operator was deprecated in Flash 5, and Macromedia recommends that you use the && operator.

See also

&& (logical AND)