triggering an animation sequence in another actor?.
iosman001
Member Posts: 2
Hello,
Do you know how I can trigger an animation sequence in a actor by clicking on a different actor elsewhere in the scene?
I think it is possible by changing the attributes but as I am a Game Salad newbie I have yet to figure it out.
thanks
iosman
Comments
one way, use a global integer/bool attribute, preset to 0/false, that changes to 1/true when your trigger actor is pressed.
in the other actor, have a rule that says when attribute = 1/true, animate.
thanks my issue has been fixed...