03-19-2014, 11:54 PM
Hmm... you could probably record it a screen recorder, check how many frames it takes from start to finish, and divide that by the framerate of the video to get the total time. Most animations have a constant framerate, so if you divide the total time by the number of frames the animation has, you'll get how long each should take. Except for the idle frame (without the pulse), you should time that separately and set that to how long it is between each pulse.
If you can play the game on an emulator and record that, that's might be slightly more accurate than recording the YouTube video. And the higher the framerate you record at, the more accurate your timing will be. It should be more or less the same though.
Alternatively, you could just speed it up bit by bit, until it looks about right. That's probably easier and simpler, but if you need to get a precise timing then the above is the best method I can think of.
If you can play the game on an emulator and record that, that's might be slightly more accurate than recording the YouTube video. And the higher the framerate you record at, the more accurate your timing will be. It should be more or less the same though.
Alternatively, you could just speed it up bit by bit, until it looks about right. That's probably easier and simpler, but if you need to get a precise timing then the above is the best method I can think of.