Packageorg.flintparticles.common.debug
Classpublic class FrameTimer
InheritanceFrameTimer Inheritance flash.text.TextField

Displays the current framerate. The framerate displayed is an average of the last ten frames. Simply create an instance of this class and place it on the stage.



Public Methods
 MethodDefined by
  
FrameTimer(color:uint = 0xFFFFFF)
Creates a FrameTimer.
FrameTimer
Constructor detail
FrameTimer()constructor
public function FrameTimer(color:uint = 0xFFFFFF)

Creates a FrameTimer.

Parameters
color:uint (default = 0xFFFFFF) — The color to use for the text display.