Using conditional statements

A conditional statement is a sequence of three or more actions that can be used in a script to initiate other actions under specific conditions. For example, you might use a conditional statement to make a presentation behave differently depending on the end user’s version of Flash Player.

You can use three basic types of conditional statements in your multimedia presentations: If statements, While statements, and Loop statements.

Parent topic: Working with scripts

Using conditional statements