Hello,

I modified a simple frame counter to display the frame count not in frames but in secs. Based on 24 frames a sec.

/:FrameCount24 = z;
z = _root._currentframe;
z = z/24;


That works fine. I can see the secs displayed counting up as the playhead moves along. The thing I don't like is that the counter displays the seconds like this:

3.8333333333333

I would only like to be seeing this:

3.8 or 3.833

Suggestions?

Thanks in Advance,
Mike