Flying in a Circle
I have a bird that I need to fly in an elliptical formation (basically a loop). Can anyone suggest a simple way to do this?
Best Answer
-
JohnPapiomitis Posts: 6,256
constrain self position x to 40*cos(self.time*600%360)+240
constrain self position y to 40*sin(self.time*600%360)+160
The radius of the circle is 40, The 600 lets the actor move faster through the circle. 240 and 160 are the offsets to determine the position of the center of the circle on the scene.
Answers
rotate speed whatever
Lump Apps and My Assets
Sorry, can't find the edit button on my iPhone.
Lump Apps and My Assets