February 2010
M T W T F S S
« Jan   Mar »
1234567
891011121314
15161718192021
22232425262728

Show fps of your game on .swf file

Problem
Need show fps for users

Solution
Using stage.frameRate, also don’t forgot to change types.

Detailed explanation

my_fps.text=String(stage.frameRate);

index19

Source:
fps

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>