Hi
This seems like it shouldn't be that hard but I feel like I've hit a wall. Any help would be gratefully received.
I want to position sprite01 relative to sprite02
Sprite01 has two local variables: angle, and distance.
I want to position sprite02 relative to sprite 01 according to the angle and distance stored in the local variables of sprite 01
Should I be using trigonometry here or am I missing something really obvious?!
Thanks