View Single Post
# 1 17-05-2003 , 05:27 AM
Registered User
Join Date: Feb 2003
Posts: 97

Expression for decellerating rotation animation

Hey, I'm making an animation and I need some help with syncing it.

What needs to happen is this; it starts spinning slowly, and accellerates for a while untill it is going at a certain speed, and then it starts slowing down, and comes to a stop.

This is the expression I have so far:
if (frame < 102)
group4.rotateX = (frame*frame)*0.15;


Where do I go from here??

EDIT: Never mind, I've done it user added image
:banana:


Last edited by PappaSmurf; 17-05-2003 at 06:11 AM.