public _currentframe : Number [read-only]
Returns the number of the frame in which the playhead is located in the movie clip's Timeline.
The following example uses the _currentframe property to direct the playhead of the actionClip_mc movie clip to advance five frames ahead of its current location:
actionClip_mc.gotoAndStop(actionClip_mc._currentframe + 5);