GotoNextStateBehaviors

A collection of goto next state behaviors.

Methods:

[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

GotoNextStateBehavior [] (index:Number)

Returns the GotoNextStateBehavior with the specified index.

Parameter

Type

Description

index

Number

The index.

GotoNextStateBehavior add (withProperties:Object)

Creates a new GotoNextStateBehavior.

Parameter

Type

Description

withProperties

Object

Initial values for properties of the new GotoNextStateBehavior (Optional)

GotoNextStateBehavior anyItem ()

Returns any GotoNextStateBehavior in the collection.

Number count ()

Displays the number of elements in the GotoNextStateBehavior.

GotoNextStateBehavior everyItem ()

Returns every GotoNextStateBehavior in the collection.

GotoNextStateBehavior firstItem ()

Returns the first GotoNextStateBehavior in the collection.

GotoNextStateBehavior item (index:Varies LongInteger String)

Returns the GotoNextStateBehavior with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

The index or name. Can accept: Long Integer or String.

GotoNextStateBehavior itemByID (id:Number)

Returns the GotoNextStateBehavior with the specified ID.

Parameter

Type

Description

id

Number

The ID.

GotoNextStateBehavior itemByName (name:String)

Returns the GotoNextStateBehavior with the specified name.

Parameter

Type

Description

name

String

The name.

GotoNextStateBehavior itemByRange (from:Varies GotoNextStateBehavior LongInteger String, to:Varies GotoNextStateBehavior LongInteger String)

Returns the GotoNextStateBehaviors within the specified range.

Parameter

Type

Description

from

GotoNextStateBehavior

LongInteger

String

The GotoNextStateBehavior, index, or name at the beginning of the range. Can accept: GotoNextStateBehavior, Long Integer or String.

to

GotoNextStateBehavior

LongInteger

String

The GotoNextStateBehavior, index, or name at the end of the range. Can accept: GotoNextStateBehavior, Long Integer or String.

GotoNextStateBehavior lastItem ()

Returns the last GotoNextStateBehavior in the collection.

GotoNextStateBehavior middleItem ()

Returns the middle GotoNextStateBehavior in the collection.

GotoNextStateBehavior nextItem (obj:GotoNextStateBehavior)

Returns the GotoNextStateBehavior whose index follows the specified GotoNextStateBehavior in the collection.

Parameter

Type

Description

obj

GotoNextStateBehavior

The GotoNextStateBehavior whose index comes before the desired GotoNextStateBehavior.

GotoNextStateBehavior previousItem (obj:GotoNextStateBehavior)

Returns the GotoNextStateBehavior with the index previous to the specified index.

Parameter

Type

Description

obj

GotoNextStateBehavior

The index of the GotoNextStateBehavior that follows the desired GotoNextStateBehavior.

String toSource ()

Generates a string which, if executed, will return the GotoNextStateBehavior.

Object of

Button.gotoNextStateBehaviors