is it the all commands to make a actor move in a perfect circle?
lol0tte
Member Posts: 54
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"
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"