You need to enable JavaScript to view more than 15 articles by this author.
Learning ActionScript 3.0: Chapter 1, ActionScript Overview
Publish Date: Nov. 5, 2008
Learning ActionScript 3.0 gives you a solid foundation in the Flash language and demonstrates how you can use it for practical, everyday projects. Now available in the Digital Media Help Center, an excerpt from Learning ActionScript 3.0: Chapter 1, ActionScript Overview. While you likely know what ActionScript is and are eager to begin working with the new version, a brief overview of its development will give you some insight into its useparticularly related to Flash Player and how it handles different versions of ActionScript. This brief introductory chapter will give you a quick look at where ActionScript 3.0 fits into your workflow.
Learning ActionScript 3.0: Chapter 4, The Display List
Publish Date: Nov. 5, 2008
Learning ActionScript 3.0 gives you a solid foundation in the Flash language and demonstrates how you can use it for practical, everyday projects. Now available in the Digital Media Help Center, an excerpt from Learning ActionScript 3.0: Chapter 4, The Display List. ActionScript 3.0 brings with it an entirely new way of handling visual assets. It's called the display list. It's a hierarchical list of all visual elements in your file. It includes common objects such as movie clips, but also objects such as shapes and sprites that either didn't previously exist or could not be created programmatically.
Learning ActionScript 3.0: Chapter 7, Motion
Publish Date: Nov. 5, 2008
Learning ActionScript 3.0 gives you a solid foundation in the Flash language and demonstrates how you can use it for practical, everyday projects. Now available in the Digital Media Help Center, an excerpt from Learning ActionScript 3.0: Chapter 7, Motion. From your very first experiment to the umpteenth time you've performed a familiar task, moving assets with code can be a gratifying experience. In addition to creating more dynamic work by freeing yourself from the permanency of the timeline, there is something very immediate and pleasing about controlling the motion of a symbol instance purely with ActionScript. This chapter examines basic movement, geometry and trigonometry, physics and programmatic tweening.