I am trying to make a master timer independent of the frame rate for a multiplayer game in Flash.
This timer is maintained at the client end. The server basically just initiates the timer and thereafter, the timer runs on the client.
I have tried doing this using EnterFrame, getTimer, Timer events but still, the timer does not run properly on different instances on different systems.
Since, this is a multiplayer game, I am concerned about the timer starting and ending at the same time.
Do let me know what approach should I go with.