12.06.2015, 21:05
Making an object move along an arc is quite difficult since MoveObject only moves objects in a straight line. So to get the illusion of smoothness you'd have to calculate and then change the position roughly every 40 milliseconds (for that "silky smooth 24 fps"). I imagine this would be quite taxing on the CPU and it's not something you'd use on your everyday server.