Posts Tagged ‘fps’
Even Better Flash AS3 FPS Stats
2 Comments | This entry was posted on Sep 12 2008
I had written a post a while back about using the Handy FPS box. Recently I was sorting through some code and remembered I had found a prettier more informative as3 fps stats box. This one is from Mr. Doob, you can download it from his Google Code Repo.
Example Code:
import Stats;
addChild(new Stats());
[ via ricardocabello ]

