Partigen._idle Property

Availability

ActionScript 2.0; Flash Player 6

Since

Partigen 1.0

Usage

Partigen._idle : Boolean

Description

Property, read only; Current status if the user is idle. This is a read-only value that becomes true onIdle and false onReturn, regardless if they are enabled or not. This only changes if Partigen._idletimeout is greater than 0.

Example

The following example just traces a statement based on if _idle is true:

if(Partigen._idle) trace('User is idle');
else trace('User is not idle');

See Also

Partigen._idletimeout, Partigen.onIdle, Partigen.onReturn


Documentation generated by BLDoc Community Edition from B-Line Express.