So...

To state an example:
I have a player and an enemy. The enemy needs to move towards the player, but I don't want to do this in a straight line. So I want his "path" to curve a bit (illustrated by the following picture)



The black line is what I want. I looked at some tutorials about interpolation, but couldn't really figure it out. Some psudo code or something to get me started would be greatly appreciated smile

b-studio


BASIC programmers never die, they GOSUB and don't RETURN.