flash on 2010-2-26

by yaha
♥0 | Line 7 | Modified 2010-02-26 17:38:55 | MIT License
play

ActionScript3 source code

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

package {
    import flash.display.Sprite;
    public class Circle extends Sprite {
        public function Circle() {
			
        }
    }
}