Saw this optical illusion today... figured I'd make a snippet to create a few variations on the illusion...
CLICK HERE TO COPY
Actionscript:
[SWF( backgroundColor=0x2E7999, width=780, height = 600) ]
var leafNum:Number = 375;
var spacing:Number = 12;
var cols:Number = 25;
var hh:Number = stage.stageHeight / 2;
var hw:Number = stage.stageWidth / 2;
for (var i:Number = 0; i<leafNum; i++){
var leaf:Shape [...]