Classics
ActionScript 3: Basic Class
Coding
An ActionScript 3 class is arguably the best method for a programmer to create, manipulate, and share their Flash animations and scripts. Placing classes into their own file within a package helps coders reuse their old code as well as utilize…
ActionScript 3: Basic Animation
Coding
In this tutorial, we will learn how to do a basic animation with a text box, and lay some groundwork for more advanced Flash programming with the use of AS3.
For this example we will create all of the content through ActionScript code, although…