Constructors

Methods

FaderItems class

FaderItems

 

 

 

Overview

Description

FaderItems used as stack to store Display Object and TextField

Constructors

 

FaderItems

Usage

public function FaderItems( _fadeInDuration:Number=1, _fadeOutDuration:Number=3)

Description

Constructor

Parameters

_fadeInDuration
determines the duration of FadeIn
_fadeOutDuration
determines the duration of FadeOut

Methods

 

addObject

Usage

public function addObject( _object:DisplayObject ):void

Description

addObject Push the item in stack Validates the DisplayObject is of type Textfield

Returns

Nothing
 

getObject

Usage

public function getObject( _index:Number ):DisplayObject

Description

Retrieves a DisplayObject, by index.

Returns

A DisplayObject
 

getLength

Usage

public function getLength():Number

Description

Gets the number of DisplayObject

Returns

The number of DisplayObject