Hi! One quick question, and hopefully one with an easy answer:
How can I make one active object orbit around another in repeating circles?
I'm trying to program an enemy creature in a platform game, one which has smaller enemy creatures orbiting around it. I'd like the orbiting creatures to maintain their orbit despite the central creature's own movements--just like the moon keeps orbiting around the Earth even tho the Earth keeps moving around the Sun.
I'm not sure what options I have to program something like this, so any advice you could offer me would be greatly appreciated!
Thanks in advance!