Programming Practices
From MySLife DAS Wiki
|
Topic Assignments
Always use an "Actions" layer for your code
In order to save time and make their code easier to update and 'debug', professional ActionScript programmers write code in one layer on the main timeline. This layer may be called "Actions", "Script" to let themselves know that this layer is for ActionScript alone.
- We STRONGLY suggest that when you write ActionScript, you create a layer called "Actions" and place your script in there.
Bad Practice: Notice how the code is placed within a movie clip:

You can read more about coding practices at Adobe's "LiveDocs"
Watch this clip on Flash Script Assist that pops up programming suggestions while you code in ActionScript.
Update the Blog:
- Write a Blog post about this topic, share your learning experience!
Related Links and Tutorials
- Browse the MySLife.org Flash Tutorials list for more tutorials, information and links!
Search the Web for more information
Here are some search results on Flash ActionScript programming:
- Google results for "actionscript & coding & practice".
- TeacherTube results for "flash"
- Ask.com results for "actionscript & coding & practice".


Students Contributions
Here are examples of what other students did in this topic. Please add your work to this section.

