touch an actor and another one move?

champ442champ442 Member Posts: 42
edited July 2012 in Working with GS (Mac)
How can i touch an actor and another actor move ??

Comments

  • developer6810developer6810 Member Posts: 139
    make a boolean attribute : ActorTouched
    then, if you touch the first actor do change attribute ActorTouched to true
    then on the actor you want to move, make a rule: if ActorTouched is true, (add a move behavior)

    hope this makes sense
  • champ442champ442 Member Posts: 42
    Thanks
  • champ442champ442 Member Posts: 42
    When i open the game the actor move whitout i have touch somthing?
Sign In or Register to comment.