Constructing complex conditional testing in Actionscript 3
It often occurs that you want to make a decision based on multiple conditions. For more complex applications and especially in games developments and learning software you can end up writing a lot of code...