flash on 2009-12-26

by hacker_ni1uncin
♥0 | Line 8 | Modified 2009-12-26 16:53:46 | MIT License
play

ActionScript3 source code

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

package {
    import flash.display.Sprite;
    public class FlashTest extends Sprite {
        public function FlashTest() {
            graphics.lineStyle(2,0x000000);
            
            
            
        }
    }
}