I don't know if this should have been in the snippets section...
It's very hard to explain, but i need a function to return a x,y coordinate on a circle...
The syntax should be something like this:
Return String=GetOrbitCoord(XPos,YPos,Angle,Distance)
"Return String" should be something like "245,145" (x,y coordinate).
"XPos" & "YPos" is the center of the circle.
"Angle" is the angle of the circle from straight up. 0 will be straight up. 90 would be straight right (or left).
"Distance" is the distance from the specified X/YPos in the specified angle.
The whole idea with this is that i want an object to go around in a circle without turning around.
Hope someone understands what i need and that He/She is able to do this for me.
Thanks in advance.