The 'if' Conditional in ActionScript
|
Popularity: (580)
Tags: actionscript if conditionals Link: Visit It >> |
Conditionals are special tools in ActionScript that allow us to execute a specified selection of code upon the satisfaction of a certain condition. The 'if' conditional is one of the several conditionals available in ActionScript and is one of the easiest ones to use.