Flash CS3 Documentation |
|||
| ActionScript 2.0 Language Reference > ActionScript classes > Function | |||
Object
|
+-Function
public dynamic class Function
extends Object
Both user-defined and built-in functions in ActionScript are represented by Function objects, which are instances of the Function class.
Availability: ActionScript 1.0; Flash Player 6
Properties inherited from class Object constructor (Object.constructor property), __proto__ (Object.__proto__ property), prototype (Object.prototype property), __resolve (Object.__resolve property)
|
Modifiers |
Signature |
Description |
|---|---|---|
|
|
Specifies the value of |
|
|
|
Invokes the function represented by a Function object. |
Methods inherited from class Object
Flash CS3