How to rotate all the actors?

CabacoCabaco Member Posts: 414
edited November -1 in Working with GS (Mac)
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?

Comments

  • CabacoCabaco Member Posts: 414
    Does anybody know how to do this please help!
  • CabacoCabaco Member Posts: 414
    Whats the price tag? And is it VERY hard to make something like that?
  • MotherHooseMotherHoose Member Posts: 2,456
    should be a gameAttribute boolean called something like allRotate

    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
  • Rob2Rob2 Member Posts: 2,402
    well its just basic trigonometry actually...still takes a bit of thought.
Sign In or Register to comment.