I have an object which moves with increase velocity. How could I make it with MoveTo? Thanks.
How could I change a velocity of Object?
(3 posts) (3 voices)-
Posted 2 years ago #
-
We ourselves do not use MoveTo for complex movements but instead write our own system
Posted 2 years ago # -
I think the best way for complex/realistic movement is using a physics engine (Chipmunk, Box2D). Then you can apply forces to any object to make them move. If a physics engine is overkill, you could look into the Ease actions, with which you can achieve some nice (de-)accelerations.
Posted 2 years ago #
Reply
You must log in to post.