theta = #angle the character is at (in radians)
speed = #1 meter per second
x_new = x_old + speed*cos(theta)
y_new = y_old + speed*sin(theta)
Ian

Reply via email to