hows this look

im doing a little desighn for a small company that does natrual healing or some crap, and was wondering how this look to everyone. note this isnt finished but a wip.

link

oh, and the tree is random, so it will look different every time

#330674

Its nice....but is too long...don't know that people would wait that long to watch the hole thing (i didnt)

#330676

It has a real fun look - but yeah, it some of the bounciness feels too loose and long.

Personally, I think it would look really cool if it just went:

"Spriong (bounce) - sproing (bounce) - sproing (bounce) - Done." - More popup-book-like.

#330680

fixed the slowness

#330683

I think you should use the elastic effect (actionscript go to my site here to see what i mean by elastic http://www.besthomesemirates.com just skip the intro) and make the animations vertical not horizontal

#330691

I think you should use the elastic effect (actionscript go to my site here to see what i mean by elastic http://www.besthomesemirates.com just skip the intro) and make the animations vertical not horizontal

has someone already writen a script for this, save me some time just to see how it looks?

#330696

yeah here is the script its pretty common if you need help just ask apply this to a movieclip or make a call back whatever

onClipEvent (load) {

this._y = 0;

targetY = 100;

mover = 0;

loop = 0;

}

onClipEvent (enterFrame) {

if (_root.bg) {

mover += (targetY-this._y)/4;

mover *= 0.65;

this._y += mover;

loop +=1;

}

}

#330735

takes a pretty long time and i don't see a website :(

but the tree is cool... the green is a bit too bright for leaves but i love that flashie trie boopie ween thing

#330747

lol, why does it looks so much similar to The Academy Is..'s Almost Here album?

B00079I088.01._SCLZZZZZZZ_.jpg

#331559

That's really cool, dude. Look's very professional. The first part is awesome, but the last part, the tree growing, ought to be a lot faster IMHO.

#331589

lol, why does it looks so much similar to The Academy Is..'s Almost Here album?

lol, yea. one of my favorit bands. modeled it after the cover, but i made all the pictures.

#331600

lol, yea. one of my favorit bands. modeled it after the cover, but i made all the pictures.
;) one of my fav's too.

#332150