This site requires JavaScript, please enable it in your browser!
Greenfoot back
Sphere35
Sphere35 wrote ...

2014/1/15

Need help on making "Heatseeker" missile

Sphere35 Sphere35

2014/1/15

#
I need an object to appear in a place in the world lets say (450,0) and it to start going to another objects direction even if it moves, i need it to keep following the other
danpost danpost

2014/1/15

#
You just need the missle to 'turnTowards' (refer to the Actor class documentation) the current coordinates of the object it follows (and move) each act cycle.
Sphere35 Sphere35

2014/1/15

#
I need it to follow it but i dont have any connection betweent any of those (the one i am trying to move to is an actor in constan movement)
RUMMAKER RUMMAKER

2014/1/15

#
this question is confusing... what do you mean you don't have a "connection" between them?
You need to login to post a reply.