In my game, the player has some weapon choices, one of which is a (non-functioning) homing missile launcher. Because i'm making my game in endless style, i use a timer to spawn enemies, which means there are always multiple enemies on screen. The missile needs to:
1. Set its target
2. Follow its target till collision
Any help would be appreciated