touch effecting other actors

satellitessatellites Member Posts: 9
edited October 2012 in Working with GS (Mac)
hello, id like to know if its possible to accelerate multiple different actors when a single actor is touched. for instance to break a wall apart by touching it, sending all of the pieces off screen.

thanks!

Comments

  • carlblanchetcarlblanchet Member Posts: 755
    Create a boolean attribute.
    On the "different actor", when touch is pressed - change attribute to true.
    When touch is released - change attribute to false.

    In all the other actors: when attribute is true - move or w.e.
  • satellitessatellites Member Posts: 9
    perfect! obviously im just learning.. very much appreciate you writing a response! :D
Sign In or Register to comment.