Pop-up Flash Navigation Menu Chess mate
Sep 13

Nice organic growth produced using actionscript:

It uses the following actionscript:

1. Set:

rand = "70";

2. In a MovieClip (number of frames = time it takes to grow the tree.)
Frame 1 - Set:

i="0"

3. Frame 2 - Apply the following to a (white / invisible) small, tapering, vertical trunk shaped shape.

if (Number(x)<50) {
x = Number(x)+.2;
y = Number(y)+.2;
setProperty("", _xscale, x);
setProperty("", _yscale, y);
} 

3. Repeat. i.e.:

Frame 3:

gotoAndPlay (2)

written by mat

del.icio.us:Organic flash tree  digg:Organic flash tree  spurl:Organic flash tree  wists:Organic flash tree  simpy:Organic flash tree  newsvine:Organic flash tree  blinklist:Organic flash tree  furl:Organic flash tree  reddit:Organic flash tree  fark:Organic flash tree  blogmarks:Organic flash tree  Y!:Organic flash tree  smarking:Organic flash tree

Leave a Reply