Im trying to figure out how to position sprites in a circular matter. So everytime I click it creates a sprite, and sets it to the correct position to continue the circle pattern. I just can't figure out how to find the position where the sprite needs to go to continue the circle and allow the circle to keep expanding to bigger sizes? I'm pretty bad at math, but I guess you could call it a algorithm? I'm not sure. Any help anyone can give me is appreciated. I made this pro text representation to hopefully explain better. Thanks!
1st Click to 5th click:
(ignore the periods, just there for placement. the X's represent sprites)
X
XX
XXX
..X
XXX
..X
XXX
..X
Etc...