is it the all commands to make a actor move in a perfect circle?

lol0ttelol0tte Member Posts: 54
edited November -1 in Working with GS (Mac)
is it the all commands to make a actor move in a perfect circle?

constarain attribute "self.position.x" to "40*cos(self.time*600%360)+240"
constarain attribute "self.position.y" to "40*sin(self.time*600%360)+160"
Sign In or Register to comment.