Even Better Flash AS3 FPS Stats
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 ]
2 Responses
to “Even Better Flash AS3 FPS Stats”
1 Trackback(s)
- Sep 16, 2008: Handy AS3 FPS Box | Geek.blog


It’s from Mr. Doob:
http://code.google.com/p/mrdoob/source/browse/trunk/libs/net/hires/utils/Stats.as