Tutorial: Using Functions in ActionScript 3.0
February 12th, 2009 by Blue Chi
Posted in Flash, Tutorials
Functions are fundamental tools used in ActionScript to reduce the amount written code, save time, and add a logical structure to your code. This tutorial will describe the basic usage of functions in ActionScript 3.0.

Fully Illustrated