ForumsProgramming ForumGuidance Code

10 6393
rytherix
offline
rytherix
68 posts
Nomad

I have been looking (and failing) for a script that allows an object to guide to another object.
I am trying to create a guided missile, but I cant figure out how to make an mc guide to another mc at a constant speed and not
if (this._y>=target._y){
this._y-=2
}
because that will create an unnatural effect.
greatful for any help thanks =D

  • 10 Replies
Showing 16-15 of 10