flash on 2010-3-17

by jozefchutka
♥0 | Line 10 | Modified 2010-03-17 18:19:23 | MIT License
play

ActionScript3 source code

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

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