Let's say I have 10 Sprites. I want them to be arranged in perfect circle with one and another. What should I do to achieve this?
Develop games in your browser. Powerful, performant & highly capable.
Depends a bit on what happens next - the easiest way is probably shifting their origin point and then creating/rotating each instance 36 degrees (360/10). Or, if you want to do it "right" check this out: https://www.scirra.com/tutorials/1050/b ... lar-motion
ok got it. Thank you