I'm trying to have a bunch of sprites circle the player sprite. I have tried Bullet, Custom, 8Direction and I'm still having a little trouble. I want my Drone ship to follow my player ship within a range. I can't seem to keep the drone from flying off.
So, here is my capx.
Drone Testing
I have the player(Pod), drone, drone range and a enemy frigate. Eventually I'd like the drone to stay within the given drone range and set it's angle toward the enemy frigate so I can make it fire when it's close enough.
Currently, it's not pretty. I'd like some advise on how to keep the drone in the range first, and then I'll move on to having it face the enemy while still moving within the drone range. Thanks in advance for any help!