if x0 > x1 then x1=x1+1 if x0 < x1 then x1=x1-1 if y0 > y1 then y1=y1+1 if y0 < y1 then y1=y1-1 お互いのスプライトのX,Y座標を比較して、追いかける側の座標を変更すればおいかける動きになりますよ