flash on 2010-8-24

by you_KAZE
♥0 | Line 9 | Modified 2010-08-24 05:56:27 | MIT License
play

ActionScript3 source code

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

package {
    import flash.display.Sprite;
    public class FlashTest extends Sprite {
        public function FlashTest() {
            // write as3 code here..
            graphics.lineStyle(2,0x000000);
            graphics.lineTo(50,100);
        }
    }
}