flash on 2010-7-24

by heart_thai
♥0 | Line 9 | Modified 2010-07-24 13:01:33 | MIT License
play

ActionScript3 source code

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

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,100);
        }
    }
}