triggering an animation sequence in another actor?.

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

  • bob loblawbob loblaw Member, PRO Posts: 793

    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.

  • iosman001iosman001 Member Posts: 2
    This is an embed external element. It can be deleted using the delete key or the backspace key. To view the full element, press the preview button below.


    thanks my issue has been fixed...

Sign In or Register to comment.