How to rotate all the actors?
So I want to make a game like this... http://www.playedonline.com/game/598420/rotate-roll.html
But how can I make all the actors roll or rotate along with a simple touch on the left or right side of the screen?
But how can I make all the actors roll or rotate along with a simple touch on the left or right side of the screen?
Comments
and in each actor
Rule when
-Attribute game.allRotate is true
--do the rotation... speed... angle... whatever you need to get the effect.
===
along with all your collision, direction, image Rules
===
in the shortClip...you linked ... think the individuals just have rotation (in ActorAttribute pane) enabled.
MH