how to trigger event in a different actor

happyhathappyhat Member Posts: 49
edited May 2012 in Working with GS (Mac)
Hi - is there a tutorial or something to show how to trigger an event in a different actor - i.e. want to be able to make 2nd actor move when first actor collides with object. Thanks

Answers

  • jn2002dkjn2002dk Member Posts: 102
    Make a game attribute to handle it like a boolean then when the first actor collides with the object set that boolean to true

    In the 2nd actor make a rule when the boolean attribute is true and place your move behavior in there
Sign In or Register to comment.