topical media & game development

talk show tell print

#graphic-flex-image-effects-07-source-aeon-events-AnimationEvent.ax

#graphic-flex-image-effects-07-source-aeon-events-AnimationEvent.ax [swf] [flash] flex


  package aeon.events {
  
          import aeon.Animation;
          
          import flash.events.Event;
  
          public class @ax-graphic-flex-image-effects-07-source-aeon-events-AnimationEvent extends Event {
                  
                  public static const START:String = "tweenEnd";
                  public static const END:String = "tweenStart";
                  public static const CHANGE:String = "tweenChange";
  
                  public function @ax-graphic-flex-image-effects-07-source-aeon-events-AnimationEvent(pType:String) {
                          super(pType);
                  }
  
                  override public function clone():Event {
                          return new @ax-graphic-flex-image-effects-07-source-aeon-events-AnimationEvent(type);
                  }
  
          }
          
  }


(C) Æliens 04/09/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.