Testing a movie > Authoring and scripting guidelines > Using good scripting practices |
![]() ![]() ![]() |
Using good scripting practices
It's a good idea to follow these scripting practices:
![]() |
Use the |
![]() |
Use the |
![]() |
Use consistent naming conventions to identify elements in a script. Start variable and function names with a lowercase letter and use a capital letter for each new word ( |
![]() |
Use meaningful variable names that reflect what kind of information a variable contains. For example, a variable containing information about the last button pressed could be called |
![]() |
Use the Movie Explorer to view the display list and view all ActionScript scripts in a movie. See Using the Movie Explorer. |
![]() ![]() ![]() |