;

PDA

Click to See Complete Forum and Search --> : Moving Clouds


Paul Arthur
04-08-2007, 09:46 PM
I have submitted this to KoolExchange or you can get it http://www.citruse.com/sky.htm

It's a 2 frame movie set at 400 tweens

Paul Arthur
04-09-2007, 09:21 AM
Sorry about that...fun file has been fixed.

ant_Z
04-09-2007, 08:14 PM
id just like to say, that one thing like this is arelady in KE. next thing, the concept and moving photo isnt hard to do and everyone could. but if youve developed good quality photo w/out those... with invisible connection... it would be then great.
sorry for criticuqe, hope itll help getting better.

Paul Arthur
04-10-2007, 08:45 AM
First…no apology needed for the critique. Second…I am not an artist (never claimed to be one) Third…I’m not a coder (I’m a copy/paste guy). I merely wanted to demonstrate how easy it is to create motion in KM. There are some people who are opening KoolMoves for the first time today. Are they “everyone”?

ant_Z
04-10-2007, 08:49 AM
no, they arent.
Second…I am not an artist (never claimed to be one) you are. youve designed your site yourself.

Third…I’m not a coder (I’m a copy/paste guy). thats not a sin. im not a coder too.

this.Alex
04-11-2007, 04:38 AM
Im a coder now I know almost scripts in flash but when started here 1 year ago I was a copy past guy =D Im not any more tho. Iv learnt bitmapdata,all the scripting basics, flash math(triginomerty),physics and ready to learn more lol.

You should make it so you can move the clouds were you want them to go eg:
if(Key.isDown(Key.RIGHT)){
cloud._x-=5;
}
then just loop it so when it hits _x corondiate 1000 it loops eg:

if(cloud._x>300){
cloud._x=0;
}

that would be a better effect =D.