toggle menu
Categories
Discussions
Dashboard
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Dashboard
Sign In
·
Register
×
Home
›
GameSalad 101
›
Working with GS (Mac)
how to trigger event in a different actor
happyhat
Member
Posts:
49
May 2012
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
jn2002dk
Member
Posts:
102
May 2012
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.
Answers
In the 2nd actor make a rule when the boolean attribute is true and place your move behavior in there