Different Time Frames

another Question,

lets say i have two boxes flying RANDOMLY around the STAGE, how can i make one move faster than the other?

meaning, how can CHANGE THE TIME RATE of ONE of the several objects that i have in my movie/animation.

however, i do know how to change the complete time frame of the movie in - modify>movie or Ctrl+M,

please help!

thanx

Well you can’t change the frame rate, but in the case of tweens you can either add or subtract frames to make things move quicker or slower, and in the case of Action script you can change the incriment in the script that makes movement. ie if you are using something like _x++, use _x+=3