For a school project we had to do a launcher program(ballistic not programme) i included heatseeking but i wonder how to make a way to avoid it
Offline
May I see the original? Please post me a link on my projects.
Offline
When the missile gets to within a certain distance have it lose lock and continue in the same direction without heatseeking. That way it will still heatseek but is also avoidable.
repeat until (distance to Sprite (1) is < (20) ) point towards Sprite (1) move (5) stepsthen..
repeat until <touching (edge)> move (5) steps
Offline