flash on 2012-1-16

by yuugurenote
♥0 | Line 10 | Modified 2012-01-16 19:37:12 | MIT License
play

ActionScript3 source code

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

package {
    import flash.display.Sprite;
    public class FlashTest extends Sprite {
        public function FlashTest() {
            // write as3 code here..
            this.graphics.beginFill(0x000000,1);
            this.graphics.drawRect(0,0,465,465);
            this.graphics.endFill();
        }
    }
}