Tweening?

Hi everyone,

I was wondering if anyone could aid me in understanding how to apply this code to an actual movieclip and have it move.
[AS]Math.linearTween = function (t, b, c, d) {
return c*t/d + b;
};[/AS]

Thanks A Lot

Kyle:thumb: