Chapter 2: Actionscript Classes; Arguments - MACROMEDIA FLASHLITE2 ACTIONSCRIPT-LANGUAGE Reference

Actionscript language reference
Table of Contents

Advertisement

CHAPTER 2
ActionScript classes
Documentation for ActionScript classes includes syntax, usage information, and code samples
for methods, properties, and event handlers and listeners that belong to a specific class in
ActionScript (as opposed to global functions or properties). The classes are listed
alphabetically and include new classes in Flash Player 8 that are found in the flash.* packages.
If you are not sure to which class a certain method or property belongs, you can look it up in
the Index.

arguments

Object
|
+-arguments
public class arguments
extends
Object
An
object is used to store and access a function's arguments. While inside the
arguments
function's body it can be accessed with the local
The arguments are stored as array elements, the first is accessed as
as
, etc. The
arguments[1]
passed to the function. Note that there may be a different number of arguments passed in
than the function declares.
Availability: ActionScript 1.0; Flash Lite 2.0 - As of Flash Player 6 the arguments object
supports all methods and properties of the Array class.
See also
Function
arguments
property indicates the number of arguments
arguments.length
variable.
, the second
arguments[0]
2
245

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASHLITE2 ACTIONSCRIPT-LANGUAGE and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash lite 2

Table of Contents