I’ve always been working on apps that had a graphics/UI designer on staff, so I mostly either implemented their specification and wireframes and always had someone to help me with any design related tasks. I often made icons myself since they were relatively easy to do, but I’ve never done...

This article is written from a point of view of being a programmer, but the concepts in it can easily be generalized to any other field.

The best way to rotate around an object is to use the built in method RotateAround passing in the radius you want your circle to be. Using rotate around on an object to make it rotate around a different object doesn’t automatically fix the direction your object is facing though....