// Throw (move at a constant speed without keyframes)
veloc = -10; //horizontal velocity (pixels per second)
x = value[0] + (time - inPoint) *veloc;
y = value[1];
[x,y]

fonte: 1