touch effecting other actors
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!
thanks!
Comments
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.