flash on 2012-3-29

by umhr
♥0 | Line 9 | Modified 2012-03-29 20:06:40 | MIT License
play

ActionScript3 source code

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

package {
    import flash.display.Sprite;
    public class FlashTest extends Sprite {
        public function FlashTest() {
            // write as3 code here..
            
            this.graphics.beginFill(0xFF0000);
            this.graphics.drawCircle(100,100,50);            
            
        }
    }
}