Interpolate enemies and finding their orientation
I'm using interpolate to move my enemies along their X value towards my actor. But how do I figure out which side of my actor they are on so I can play the appropriate animation? I don't think using LinearVelocityX works with interpolate, does it? Is there some other option?
Thanks for any help.
Thanks for any help.
Comments