Using Matrices for Transformations, Color Adjustments, and Convolution Effects in FlashFor most Flash developers, the word “matri …
Defining the Matrix Wikipedia defines a matrix as “a rectangular table of numbers or, more generally, of elements of a ring-like …
Transformation Matrix The logical place to start the discussion on matrices is with the class flash.geom.Matrix. As I mentioned in the …
Color Matrix You can use matrices to manipulate colors in Flash. Before Flash 8, the only way you could manipulate colors was by varyin …
Convolution Matrix Flash 8 introduces some very powerful tools for manipulating bitmaps at the pixel level. Included in this list of to …
ActionScript is the scripting language used by Macromedia Flash. It makes your Flash content interactive. ActionScript provides a more …
Flash MX 2004 ActionScript Learning Guide: Overview ActionScript is the scripting language for Macromedia Flash. It makes your Flash co …
About Script Assist If you are uncomfortable writing ActionScript code or syntax, you might want to try using Script Assist mode in the …
ActionScript 2.0 Language Details ActionScript 2.0 introduces several programming keywords and concepts, including classes, inheritance …
Understanding Data Data refers to the numbers, strings, and other information that you can manipulate within Flash. Using data is usual …
About Syntax and Statements Learning ActionScript syntax and statements is like learning how to put together words to make sentences, w …
Handling Events Events are actions that occur while a SWF file is playing. An event such as a mouse click or a keypress is called a use …
Object-Oriented Programming ActionScript 2.0 is fully object-oriented programming (OOP) language that provides several benefits to prog …
Introduction to ActionScript 2.0 As the scripting language for Macromedia Flash, ActionScript has evolved incrementally over many relea …
ActionScript 2.0 Language Details ActionScript 2.0 introduces several new programming keywords and concepts, including classes, inherit …
Migrating from ActionScript 1.0 to ActionScript 2.0 The first thing to understand about updating existing (Flash MX) ActionScript to Ac …