Downloaded 37 times

















This document provides guidelines for coding ActionScript applications, including: 1) Code should be organized, commented, and consistently named according to conventions. 2) Variables should be scoped relative to their path rather than using absolute addressing like _root. 3) Code should be modularized using #include files and external ActionScript files. 4) Timelines should use layers and keyframes to represent application states, with minimal code directly on layers.















