forked from: flash on 2011-1-18

by 9re forked from flash on 2011-1-18 (diff: 4)
109 -> 90
♥0 | Line 9 | Modified 2011-01-19 00:26:44 | MIT License
play

ActionScript3 source code

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

// forked from bkzen's flash on 2011-1-18
// 109 -> 90
package {
    import flash.display.Sprite;
    [SWF (backgroundColor = "0xFFFFFF", width = "255", height = "255")]
    public class FlashTest extends Sprite {
        public function FlashTest() {
          //for(;x<(y=255)*y;x++)graphics.beginFill((z=y-(x%y|x/y)%y)<<16|z<<8|z),graphics.drawRect(x%y,x/y,1,1);x=y=z=0;
            with(graphics)for(c=255,y=c;y--;)for(x=c;x--;)beginFill(~(x|y)%c*65793),drawRect(x,y,1,1);
        }
    }
}

Forked