User Guide

310 Chapter 2: ActionScript Language Reference
Function class
Availability
Flash Player 6.
Description
Both user-defined and built-in functions in ActionScript are represented by Function objects,
which are instances of the Function class.
Method summary for the Function class
Method Description
Function.apply()
Invokes the function represented by a Function object, with parameters
passed in through an array.
Function.call()
Invokes the function represented by a Function object.
CHAPTER 2
ActionScript Language Reference