How to let actor rotate and running straight at same time?
Weiyu
Member Posts: 216
Hello everyone.
I have a problem about let actor rotate and running straight at same time.
But I can't do it, could anyone tell me how to do it? thank you.
Like this:
Comments
@Weiyu just give it a rotate behavior and then give it a move, move to, or interpolate behavior. If you do a move behavior make sure you’re moving relative to scene and not relative to actor.
@RowdyPants
I got it. My actor relative to actor. No wonder it always run around.
Thank you for your help.