yeah right ... but my game is platform, then I have 2 actors one is the wheel and the other are the platforms of the wheel, so that the hero will rise above the platforms, you must have different rules, if you have the wheel rotation behavior , but the platform has to rotate with the tour, my question is how to make the platform rotate with the wheel.
Comments
For orbiting things . . .
Constrain the actor's X position to . . . AAA*cos(self.time*BBB)+CCC
Constrain the actor's Y position to . . . AAA*sin(self.time*BBB)+CCC
AAA = the radius of the orbit.
BBB = how fast it moves.
CCC = the centre of the orbit.
http://www.mediafire.com/download.php?5rwr535awn9qxps
RThurman
RThurman