should I use plugin like a jiglib? thanx

On Jun 10, 3:18 am, Peter Kapelyan <[email protected]> wrote:
> You should look into some 2d physics engine like Box2D to get perfect
> reactions, otherwise the best simple way may be to use something like
>
> if(missile.distanceTo(tank)<200){ //etc
>
> Hopefully it helps you.
>
> -Pete

Reply via email to