flash on 2009-12-22

by plus-tic
♥0 | Line 9 | Modified 2009-12-22 03:37:18 | MIT License
play

ActionScript3 source code

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

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