flash on 2009-12-26

by hacker_yk666qry
♥0 | Line 12 | Modified 2009-12-26 10:57:48 | MIT License
play

ActionScript3 source code

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

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