A timer that has just five intervals : Timer Event : Animation Flash / Flex / ActionScript examples


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

 

A timer that has just five intervals


 

package{
  import flash.display.Sprite;
  import flash.utils.*;
  import flash.events.*;
  
  public class Main extends Sprite{
    public function Main(){

        var timer:Timer = new Timer(10005);

    }
  }
}

        



Leave a Comment / Note


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


Flash / Flex / ActionScript examples

 Navioo Animation
» Timer Event