| Visit tutorial >> |
| Conditionals are easy to understand and are guaranteed to appear in any ActionScript project you work on. |
| Hits: 166 |
| Visit tutorial >> |
| A conditional is a way of executing a piece of code only if the circumstances are right. In this tutorial, you will learn how to use the if() statement to control a toggle switch in Flash. |
| Hits: 427 |
| Visit tutorial >> |
| 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. |
| Hits: 586 |
| Visit tutorial >> |
| This tutorial will teach you a very simple method for creating a password protected section in your flash movie so that you can, for example, create a restricted area in a flash website. |
| Hits: 244 |