_currentframe
Previous  Top  Next

Syntax
instanceName._currentframe

Arguments
None.

Returns
The current Frame number of the named Instance / Sprite.

Description
Read-only property returns the current Frame number of the named Instance / Sprite.

Sample
if (_root._currentframe > 10) {
   trace("passed frame 10");
}