touch an actor and another one move?
champ442
Member Posts: 42
How can i touch an actor and another actor move ??
Comments
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