How To Triger one actor by touching another?

MagicallyDesignedMagicallyDesigned Member, PRO Posts: 9
edited October 2012 in Community Tutorials
Hello

Could someone tell me how do I trigger e.g. animation of a actor 1 when actor 2 is touched?

Thank you

Comments

  • GLGAMESGLGAMES SingaporeMember Posts: 988
    edited October 2012
    Have a boolean attribute animate-actor1
    When Actor1 collides with Actor2 change attribute animate-actor1 to true
    on actor1 you have conditions when animate-actor1 = true
    animate .............
    change attribute animate-actor1 to false
Sign In or Register to comment.