Moving an actor from left to right in exact xy seconds

akimannakimann Member Posts: 62
edited November -1 in Working with GS (Mac)
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???

Comments

  • DrGlickertDrGlickert Member Posts: 1,135
    Interpolate

    Interpolate self.position.X to (whatever position you want) and do it over, 120 seconds or 40 seconds or whatever.
Sign In or Register to comment.