inserisci questo script fra le azioni di un movieclip:
codice:
onClipEvent (enterFrame) {
    _root.count = _root._currentframe;
}