flash on 2012-12-29

by hemingway
♥0 | Line 7 | Modified 2012-12-29 06:17:00 | MIT License
play

ActionScript3 source code

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

package
{
    import flash.display.*;
    
    public class Main extends Sprite {public function Main(){graphics.lineStyle(1, 0, 0.9); graphics.drawRect(0, 0, 464, 464);
                                                             for (var inc:Number = 0; inc < 232; inc+=2){
                                                             graphics.drawRect(inc, inc, (464 - (inc * 2)), (464 - (inc * 2)))}}}
}