03.05.2013 Views

ActionScript 2.0 Language Reference - Adobe Help and Support

ActionScript 2.0 Language Reference - Adobe Help and Support

ActionScript 2.0 Language Reference - Adobe Help and Support

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Function<br />

Object<br />

|<br />

+-Function<br />

public dynamic class Function<br />

extends Object<br />

Both user-defined <strong>and</strong> built-in functions in <strong>ActionScript</strong> are represented by Function objects,<br />

which are instances of the Function class.<br />

Availability: <strong>ActionScript</strong> 1.0; Flash Player 6<br />

Property summary<br />

Properties inherited from class Object<br />

constructor (Object.constructor property), __proto__ (Object.__proto__<br />

property), prototype (Object.prototype property), __resolve<br />

(Object.__resolve property)<br />

Method summary<br />

Modifiers Signature Description<br />

Methods inherited from class Object<br />

604 <strong>ActionScript</strong> classes<br />

apply(thisObject:Obj<br />

ect,<br />

[argArray:Array]) :<br />

Void<br />

Specifies the value of thisObject to be used within<br />

any function that <strong>ActionScript</strong> calls.<br />

call(thisObject:Obje Invokes the function represented by a Function object.<br />

ct,<br />

[parameter1:Object])<br />

: Object<br />

addProperty (Object.addProperty method), hasOwnProperty<br />

(Object.hasOwnProperty method), isPropertyEnumerable<br />

(Object.isPropertyEnumerable method), isPrototypeOf (Object.isPrototypeOf<br />

method), registerClass (Object.registerClass method), toString<br />

(Object.toString method), unwatch (Object.unwatch method), valueOf<br />

(Object.valueOf method), watch (Object.watch method)

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!