View Single Post
Old 01-24-10, 03:27 PM   #2
Nisgeis
Ocean Warrior
 
Join Date: Jan 2008
Posts: 2,909
Downloads: 77
Uploads: 11
Default

Frame[x] plays through Time[y] seconds after Frame[x-1], so:

Frane[0] Time=0, Position = a
Frane[1] Time=10, Position = b
Frane[2] Time=11, Position = c
Frane[3] Time=12, Position = d

Frame 0 is the start position,
for the next 10 seconds the animation moves to keyframe 1,
for the next 1 second (Total elapsed time 10 - total elapsed time 11) animation moves to frame 2,
for the next 1 second (total elapsed time 11 - total elapsed time 12 seconds) the animation moves to frame 3, then loops back to frame 1.

To speed your animation up, decrease the times... looking at frame 100 of your animation, it will take 1 minute and 40 seconds for it to get to that pooint. The times must be sequential and must always be higher than the previous time entry.

Does that help?
__________________
--------------------------------
This space left intentionally blank.
Nisgeis is offline   Reply With Quote