ActionScript: Difference between revisions

Content deleted Content added
No edit summary
Line 9:
ActionScript code is frequently written directly in the Flash authoring environment, which offers useful reference and powerful aids for syntax checking. In this case, the source code is saved along with the rest of the movie in a .fla file. It is also common for ActionScript code to be imported from external text files via #include statements. In this case, the external files are often given .as extensions, but this is not a universal convention.
 
In ActionScript 2.0 there can be classes, and also, a library item (a movie clip) can be associated with a class. Classes are allwaysalways written in external text files, and these files must have the .as extension.
 
== History ==