Moving an actor from left to right in exact xy seconds
akimann
Member Posts: 62
Hi friends,
sorry, maybe a newbie question. But how can I manage to move an actor from left to right in a special time, e.g.
40 seconds or 2 minutes???
sorry, maybe a newbie question. But how can I manage to move an actor from left to right in a special time, e.g.
40 seconds or 2 minutes???
Comments
Interpolate self.position.X to (whatever position you want) and do it over, 120 seconds or 40 seconds or whatever.