Rotating Multiple actors on key left or right
Mooseface
Member Posts: 13
Hi,
i have 4 actors setup like a hash symbol in the middle of my scene, image attached,
how can i make them rotate clock wide/anti clockwise when you click on the left or right side of the screen.
i need them to rotate from the center of all of them, the space in the middle is 100 by 100
Comments
Make a rule in one of them that says: 'if key is pressed: right arrow' :do: 'Rotate' and make it say 'clockwise' and edit the speed. Then create another rule that says 'key is pressed: left arrow' :do: 'Rotate' and make that one say 'counter clockwise' then edit the speed to what you want. Then copy those two rules in to all the other actors