topical media & game development

talk show tell print

actionscript-misc-TextAnimation.ax

actionscript-misc-TextAnimation.ax [swf] flex


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


(C) Æliens 27/08/2009

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.