Using Director > Writing Scripts with Lingo > Controlling flow in scripts |
![]() ![]() ![]() |
Controlling flow in scripts
Lingo uses if...then...else
, case
, and repeat
statements to perform an action depending on whether a condition exists. See Using if statements, Using case statements, and Repeating an action.
![]() ![]() ![]() |