Denacioust Dna Maker

Well I know the competitions over and I wouldn’t win neway but heres my new footer

[swf=“http://denacioust.sphosting.com/Dnamaker.swf height=60 width=300”][/swf]

What you think
The numbers for the amount of Dna Strands

In frame 1
for (i=2; i<_root.input; i=i+1) {
duplicateMovieClip ("/dna1", “dna” add (i), i);
setProperty ("/dna" add i, _x, getProperty("/dna" add (i-1), _x)+10);
setProperty ("/dna" add i, _rotation, getProperty("/dna" add (i-1), _x)+=_root.rot);
setProperty ("/dna" add i, _xscale, getProperty("/dna" add (i-1), _x)+10);
setProperty ("/dna" add i, _yscale, getProperty("/dna" add (i-1), _x)+10);
setProperty ("/dna" add i, _alpha, getProperty("/dna" add (i-1), _x)+1);
}
setProperty ("/dna1", _visible, false);

Frame 2
for (i=2; i<_root.input; i=i+1) {
Put = _root.Put;
setProperty ("/dna" add i, _rotation, getProperty("/dna" add i, _rotation)-(_root._ymouse/10)+5);
}

Frame3
gotoAndPlay (2);

And then you have a strand of Dna like a cooton bud an MC instance dna1

Well thats the jist of it