ActionScript 2.0; Flash Player 6
Partigen 1.0
Partigen._idle : Boolean
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.
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');