topical media & game development

talk show tell print

actionscript-example-TextAnimation.ax

actionscript-example-TextAnimation.ax (swf ) [ flash ] flex


  package {
    import flash.display;
    import flash.text;
    
    public class actionscript-example-TextAnimation extends Sprite {
      private var t:TextTo300_TimerVersion;
      
      public function actionscript-example-TextAnimation () {
        // Create a TextTo300 instance
        t = new TextTo300_TimerVersion();
        t.text          = "Hello";
        t.autoSize      = TextFieldAutoSize.LEFT;
        addChild(t);
  
        // Start the animation
        t.start();
      }
    }
  }
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.