flash on 2010-2-10

by hacker_j0htd766
♥0 | Line 9 | Modified 2010-02-10 17:55:47 | MIT License
play

ActionScript3 source code

/**
 * Copyright hacker_j0htd766 ( http://wonderfl.net/user/hacker_j0htd766 )
 * MIT License ( http://www.opensource.org/licenses/mit-license.php )
 * Downloaded from: http://wonderfl.net/c/4EFC
 */

package {
    import flash.display.*;
    import flash.events.Event;
    
   [SWF(frameRate="30",width="465",height="465")]
  public class MyFirstAnimation extends Sprite{
  	
        public function FlashTest() {
            // write as3 code here..
            
        }
    }
}