1. #11

    Re: How do you Animate?

    Ok, I got the car to move...Backwards... I have no idea on how to make it go forward.

    I'm making some progress here!
    Share this post

  2. #12

    Re: How do you Animate?

    Originally Posted by Riot
    Ok, I got the car to move...Backwards... I have no idea on how to make it go forward.

    I'm making some progress here!
    Just switch the "direction" of your data source.

    For example, if it is currently going from 0 to 100, change it so that it goes from 0 to -100.
    Share this post

  3. #13

    Re: How do you Animate?

    Or turn the car around.
    Share this post

  4. #14

    Re: How do you Animate?

    Alright, I now know how to make the car move forward/backwards!

    Now... How can I make the car turn left or right after it's started driving straight?
    (not as soon as it moves but AFTER it's reached it's destination) (example: turn on the road)

    Thanks for all the help so far guys!
    +1
    Share this post

  5. #15
    dasraizer's Avatar Senior Member
    Join Date
    Apr 2014
    Location
    UK, Isle of Wight
    Posts
    1,195

    Re: How do you Animate?

    hi riot,

    you've done the hard part in getting it to move, play with the Yaw/Pitch/Bank values to see what they do, then duplicate what you did for the movement with the appropriate modifications, also to make life easier set the rotations to local rotation with these settings:-

    Modify rotation [X]
    Local rotation [X]
    Set Rotation [ ]

    this should get you pointed in the right direction
    Share this post