Designated Frame Rate Versus Actual Frame Rate : Frame Event : Animation Flash / Flex / ActionScript examples


Flash / Flex / ActionScript examples » Animation » Frame Event »

 

Designated Frame Rate Versus Actual Frame Rate


 
package {
  import flash.display.*;
  import flash.text.*;

  public class Main extends Sprite {
    public function Main(  ) {
      var t:TextField = new TextField(  );
      trace(stage.frameRate.toString());
    }
  }
}

        



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


Flash / Flex / ActionScript examples

 Navioo Animation
» Frame Event